完成爬虫后端服务管理,完成爬虫调用

This commit is contained in:
yyhouc 2023-04-25 17:34:58 +08:00
parent 6f10ac992b
commit 3b1a203af0
1 changed files with 3 additions and 0 deletions

View File

@ -69,5 +69,8 @@ public class CrawlInfo implements Serializable {
@TableField(exist = false)
private static final long serialVersionUID = 1L;
private String startDate;
private String endDate;
}