陈昶聿
5 天以前 243cce54b10c22a6285ebde25a7b622c0464071f
smartor/src/main/java/com/smartor/domain/PatTaskRelevance.java
@@ -326,6 +326,7 @@
    private Integer continueFlag;
    @ApiModelProperty(value = "继续时间现在")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNow;
    @ApiModelProperty(value = "继续内容")
@@ -335,5 +336,6 @@
    private Integer continueCount;
    @ApiModelProperty(value = "继续时间下次")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNext;
}