陈昶聿
5 小时以前 fab5cfa770fcee202f9aa611e462e1de63663d74
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -26,16 +26,22 @@
    private Integer visitCount;
    /**
     * rateDay 代表几天及时率
     */
    @ApiModelProperty(value = "几天及时率")
    private Integer rateDay;
    private Integer isVisitAgain;
    @ApiModelProperty(value = "异常预警:0绿色;1红色;2黄色")
    private Integer isabnormal;
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
    @ApiModelProperty(value = "开始时间")
    private Date startTime;
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
    @ApiModelProperty(value = "结束时间")
    private Date endTime;
@@ -51,7 +57,7 @@
    @ApiModelProperty(value = "子任务Id集合")
    private List<Long> subTaskIds;
    @ApiModelProperty(value = "科室病区")
    @ApiModelProperty(value = "科室病区:1,病区统计  2,科室统计")
    private Integer statisticaltype;
    private String visitDeptCode;
@@ -79,6 +85,7 @@
    private Integer continueFlag;
    @ApiModelProperty(value = "继续时间现在")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNow;
    @ApiModelProperty(value = "继续内容")
@@ -88,6 +95,7 @@
    private Integer continueCount;
    @ApiModelProperty(value = "继续时间下次")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date continueTimeNext;
    /**
@@ -133,6 +141,24 @@
    private List<String> groupKeyList;
    /**
     * 发送状态 - 超链接统计
     */
    @ApiModelProperty(value = "发送状态 1 被领取(在任务中是新建,在服务中是被领取)  2 待发送  3 已发送  4 不执行  5 发送失败 6 已完成")
    private List<Long> sendstates;
    /**
     * 异常标识 - 超链接统计
     */
    @ApiModelProperty(value = "异常标识:0绿色;1红色;2黄色")
    private String excep;
    /**
     * 当前发送方式 - 超链接统计
     */
    @ApiModelProperty("当前发送方式")
    private String currentPreachform;
    /**
     * pageNum
     */
    @ApiModelProperty("pageNum")