陈昶聿
2 天以前 f282cbb3b22ab8c0cf3d5b9e58ab18af381e4d22
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;
}