smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java
@@ -657,6 +657,7 @@ private Integer continueFlag; @ApiModelProperty(value = "继续时间现在") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date continueTimeNow; @ApiModelProperty(value = "继续内容") @@ -666,5 +667,6 @@ private Integer continueCount; @ApiModelProperty(value = "继续时间下次") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date continueTimeNext; }