|
|
@ -29,7 +29,7 @@ public class TaskDto { |
|
|
@ApiModelProperty("时间基准点 默认当前") |
|
|
@ApiModelProperty("时间基准点 默认当前") |
|
|
private Long timeNode = System.currentTimeMillis(); |
|
|
private Long timeNode = System.currentTimeMillis(); |
|
|
@ApiModelProperty("时间基准点 默认天") |
|
|
@ApiModelProperty("时间基准点 默认天") |
|
|
private int timeUnit; |
|
|
private int timeUnit = 4; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Data |
|
|
@Data |
|
|
@ -41,7 +41,7 @@ public class TaskDto { |
|
|
@ApiModelProperty("时间基准点 默认当前") |
|
|
@ApiModelProperty("时间基准点 默认当前") |
|
|
private Long timeNode = System.currentTimeMillis(); |
|
|
private Long timeNode = System.currentTimeMillis(); |
|
|
@ApiModelProperty("时间基准点 默认天") |
|
|
@ApiModelProperty("时间基准点 默认天") |
|
|
private int timeUnit; |
|
|
private int timeUnit = 4; |
|
|
@ApiModelProperty("0向上查找 1向下查找(默认) 下查包含自己,上查不包含") |
|
|
@ApiModelProperty("0向上查找 1向下查找(默认) 下查包含自己,上查不包含") |
|
|
private int queryType = 1; |
|
|
private int queryType = 1; |
|
|
@ApiModelProperty("查找颗粒度数量 默认3个") |
|
|
@ApiModelProperty("查找颗粒度数量 默认3个") |
|
|
|