target remove page

This commit is contained in:
geek
2018-06-28 17:35:13 +09:00
parent 1e580fe033
commit c46cd41c3f
2 changed files with 2 additions and 2 deletions

View File

@@ -22,5 +22,5 @@ public interface MetaCrawlerMappingService {
List<MetaCrawlerMapping> readAllByMetaTargetTypeKey(String targetTypeKey) throws OverflowException;
@WebappAPI
MetaCrawlerMapping regist() throws OverflowException;
MetaCrawlerMapping regist(MetaCrawlerMapping metaCrawlerMapping) throws OverflowException;
}