liusheng
7 小时以前 15fad6a0122b0757399885c4232056da64996013
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;
    /**