陈昶聿
6 天以前 16e569f6d750529b9ff2626579c540d6b9792e25
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;
}