修改redis配置参数,新增获取账号爬取次数接口
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.yupi.springbootinit.model.vo.common;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import lombok.Data;
|
||||
|
||||
/*
|
||||
* @author: ziin
|
||||
* @date: 2025/6/16 14:10
|
||||
*/
|
||||
@ApiModel(description = "账号爬取统计")
|
||||
@Data
|
||||
public class AccountCrawlCount {
|
||||
private String accountName;
|
||||
|
||||
private Integer count;
|
||||
}
|
||||
Reference in New Issue
Block a user