liusheng
12 小时以前 d5fc1e9eb3c3dc92f6a5e1d09d19f19070b4f5f4
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCount.java
@@ -31,6 +31,18 @@
    @ApiModelProperty(value = "数量")
    private Long count;
    @ApiModelProperty(value = "填写满意度数量")
    private Integer joyCount;
    @ApiModelProperty(value = "所有满意度数量")
    private Integer joyAllCount;
    @ApiModelProperty(value = "满意度比例")
    private String joyTotal;
    @ApiModelProperty(value = "满意度名称")
    private String joyName;
    public ServiceSubtaskCount(String month, Long serviceType, Long count) {
        this.serviceType = serviceType;
        this.month = month;