陈昶聿
3 天以前 349885e2a4219ca5baabc8cc66d3ba14858bdd83
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;
}