陈昶聿
4 天以前 a3f50d850d8834f73922af5a9caccde28188f719
smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
@@ -750,6 +750,7 @@
    private Integer continueFlag;
    @ApiModelProperty(value = "继续时间现在")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNow;
    @ApiModelProperty(value = "继续内容")
@@ -759,6 +760,7 @@
    private Integer continueCount;
    @ApiModelProperty(value = "继续时间下次")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNext;
    /**