liujie
2025-05-12 3a3019a10cb2a13fc091d7d6431ddcc7bbaf4a00
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/vo/ComplaintVO.java
@@ -90,4 +90,14 @@
    @ApiModelProperty(value = "语音文件集合")
    private List<String> voiceFileList;
    @ApiModelProperty(value = "添加办理进度数")
    private Integer progressCount;
    @ApiModelProperty(value = "已下派次数")
    private Integer assignmentCount;
    @ApiModelProperty(value = "已上报次数")
    private Integer reportCount;
}