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