搜索关键字爬虫
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package org.xyzh.api.crontab;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.xyzh.common.core.domain.ResultDomain;
|
||||
import org.xyzh.common.core.page.PageParam;
|
||||
import org.xyzh.common.dto.crontab.TbDataCollectionItem;
|
||||
@@ -30,7 +32,7 @@ public interface DataCollectionItemService {
|
||||
* @author yslg
|
||||
* @since 2025-11-08
|
||||
*/
|
||||
ResultDomain<Integer> batchCreateItems(java.util.List<TbDataCollectionItem> itemList);
|
||||
ResultDomain<Integer> batchCreateItems(List<TbDataCollectionItem> itemList);
|
||||
|
||||
/**
|
||||
* @description 更新采集项
|
||||
|
||||
Reference in New Issue
Block a user