From e3a7b5f659b6967d8b426f20c8b52fe740be50b6 Mon Sep 17 00:00:00 2001
From: luofl <1442745593@qq.com>
Date: 星期一, 14 四月 2025 15:45:07 +0800
Subject: [PATCH] 迭代:4.11版本

---
 springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/vo/ComplaintVO.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/vo/ComplaintVO.java b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/vo/ComplaintVO.java
index 5ba7394..6adada4 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/vo/ComplaintVO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/vo/ComplaintVO.java
@@ -24,6 +24,14 @@
     @ApiModelProperty(value = "上报人")
     private String reporter;
 
+    @ApiModelProperty(value = "上报人id")
+    Long reporterId;
+
+    private Long auditCreateBy;
+
+    @ApiModelProperty("上报人层级 1=市级账号,2=区县账号,3=街道账号,4=社区账号 5=党员账号")
+    private Integer reporterLevel;
+
     @ApiModelProperty(value = "上报人联系方式")
     private String reporterPhone;
 
@@ -63,6 +71,9 @@
     @ApiModelProperty(value = "审核按钮状态(0=显示,1=隐藏)")
     private Integer auditButtonStatus;
 
+    @ApiModelProperty(value = "撤回按钮状态(0=显示,1=隐藏)")
+    private Integer withdrawButtonStatus;
+
     @ApiModelProperty(value = "评价打分 0:不满意; 1:一般; 2:满意; 3:非常满意;")
     private Integer rate;
 

--
Gitblit v1.7.1