陈昶聿
2 天以前 37d8d7dbbcd259e281f6279938ab6491f41e057c
smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
@@ -526,7 +526,7 @@
    /**
     * 长期任务,给患者发送的时间
     * 长期任务,给患者发送的时间 弃用
     */
    @Excel(name = " 长期任务,给患者发送的时间")
    @ApiModelProperty(value = "长期任务,给患者发送的时间")
@@ -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;
}