|
|
@@ -38,11 +38,9 @@ public class TaskRegisterVo<T> {
|
|
|
private Integer planType;
|
|
|
|
|
|
@ApiModelProperty(value = "计划开始时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date planStartTime;
|
|
|
|
|
|
@ApiModelProperty(value = "计划结束时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date planEndTime;
|
|
|
|
|
|
@ApiModelProperty(value = "检查时间")
|