liusheng
9 天以前 9cc2f53b11205309754c2451be061ef5fc337f32
smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
@@ -30,27 +30,36 @@
    private String leavehospitaldistrictname;
    @ApiModelProperty(value = "服务总量")
    @Excel(name = " 服务总量 ")
    private Integer serviceCount = 0;
    @ApiModelProperty(value = "患者过滤量(不执行数量)")
    @Excel(name = " 患者过滤量 ")
    private Long bzxCount = 0L;
    @ApiModelProperty(value = "应随访量")
    @Excel(name = " 应随访量 ")
    private Long ysfCount = 0L;
    @ApiModelProperty(value = "发送失败访量")
    @Excel(name = " 发送失败 ")
    private Long fssbCount = 0L;
    @ApiModelProperty(value = "待发送数量")
    @Excel(name = " 待发送 ")
    private Long dfsCount = 0L;
    @ApiModelProperty(value = "已发送数量")
    @Excel(name = " 已发送 ")
    private Long yfsCount = 0L;
    @ApiModelProperty(value = "已完成数量")
    @Excel(name = " 已完成 ")
    private Long ywcCount = 0L;
    @ApiModelProperty(value = "随访完成率")
    @Excel(name = " 随访完成率 ")
    private String sfwcl;
    @ApiModelProperty(value = "短信发送次数")
@@ -72,9 +81,10 @@
    private Long dhsfwcl = 0L;
    @ApiModelProperty(value = "异常总数")
    @Excel(name = " 异常总数 ")
    private Long yczs = 0L;
    @ApiModelProperty(value = "回复异常数")
    @Excel(name = " 回复异常数 ")
    private Long hfycs = 0L;
}