From f315cb9599bd6db3052e8fee019b9140474ea9ac Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期五, 21 三月 2025 19:02:13 +0800
Subject: [PATCH] Merge remote-tracking branch '喜望/dev-2.0' into dev-2.0
---
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/Complaint.java | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/Complaint.java b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/Complaint.java
index c098c32..67d1074 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/Complaint.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/Complaint.java
@@ -94,7 +94,7 @@
@TableField("videos")
private String videos;
- @ApiModelProperty(value = "流转状态:0-正在办理 1-延期办理 2-超时办理 3-已办结 4-群众撤销 5-上报待审核 6-上级驳回 7-延期待审核")
+ @ApiModelProperty(value = "流转状态:0-正在办理 1-延期办理 2-超时办理 3-已办结 4-群众撤销 5-上报待审核 6-上级驳回 7-延期待审核 8-已评价")
@TableField("status")
private Integer status;
@@ -178,6 +178,10 @@
@TableField("completion_user_phone")
private String completionUserPhone;
+ @ApiModelProperty(value = "办结人层级 1=市级账号,2=区县账号,3=街道账号,4=社区账号,5=党员账号")
+ @TableField("completion_user_level")
+ private Integer completionUserLevel;
+
@ApiModelProperty(value = "截止日期")
@TableField("closing_time")
private Date closingTime;
@@ -192,4 +196,11 @@
@ApiModelProperty(value = "纬度")
private BigDecimal latitude;
+ @ApiModelProperty(value = "录入人")
+ @TableField("report_user_name")
+ private String reportUserName;
+
+ @ApiModelProperty(value = "录入人联系方式")
+ @TableField("report_user_phone")
+ private String reportUserPhone;
}
--
Gitblit v1.7.1