smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
@@ -656,6 +656,7 @@ @ApiModelProperty(value = "继续标识") private Integer continueFlag; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @ApiModelProperty(value = "继续时间现在") private Date continueTimeNow; @@ -665,6 +666,7 @@ @ApiModelProperty(value = "继续次数") private Integer continueCount; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @ApiModelProperty(value = "继续时间下次") private Date continueTimeNext; }