陈昶聿
10 小时以前 a9d3da5b62ed78a9e4d50e774672b3f0f658fd4a
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -57,7 +57,7 @@
    @ApiModelProperty(value = "子任务Id集合")
    private List<Long> subTaskIds;
    @ApiModelProperty(value = "科室病区:1,病区统计  2,科室统计")
    @ApiModelProperty(value = "科室病区:1,病区统计  2,科室统计  3. 病种统计")
    private Integer statisticaltype;
    private String visitDeptCode;
@@ -129,7 +129,7 @@
    private String groupKey;
    /**
     * 随访统计方式 1-默认统计方式 2-统计时算上不发送的
     * 随访统计方式 1-默认统计方式 2-统计时算上不发送的 3-只统计已完成的
     */
    @ApiModelProperty(value = "统计方式")
    private String followUpCountStyle;