feat: There is no way the,
This commit is contained in:
@@ -15,12 +15,11 @@ import java.util.List;
|
||||
@Data
|
||||
public class SearchCenter {
|
||||
|
||||
@NotNull
|
||||
@ApiModelProperty(value = "分页查询总数")
|
||||
@ApiModelProperty(value = "分页查询总数 可不填 自动带入总数")
|
||||
private Integer countStand;
|
||||
|
||||
@NotNull
|
||||
@ApiModelProperty(value = "执行参数 ALL 存在更新 不存在新增 ,UPD 只 更新存在 es 里的标准 ,ADD 只新增不存在 es 的标准, DEL 只删除不存在标准库的数据")
|
||||
@ApiModelProperty(value = "执行参数 ALL 存在更新 不存在新增 ,UPD 只 更新存在 es 里的标准 ,ADD 只新增不存在 es 的标准, DEL 只删除不存在标准库的数据(删除只能用DEL 减少自动错删)")
|
||||
private String execType;
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user