陈昶聿
3 天以前 f282cbb3b22ab8c0cf3d5b9e58ab18af381e4d22
smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java
@@ -657,14 +657,16 @@
    private Integer continueFlag;
    @ApiModelProperty(value = "继续时间现在")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNow;
    @ApiModelProperty(value = "继续内容")
    private JSONObject continueContent;
    private String continueContent;
    @ApiModelProperty(value = "继续次数")
    private Integer continueCount;
    @ApiModelProperty(value = "继续时间下次")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNext;
}