From 75591d24b70c37c5325f88b0f26888056eb2f20d Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期二, 21 三月 2023 16:02:46 +0800
Subject: [PATCH] 提交

---
 src/main/java/com/example/jz/modle/vo/ReportListVo.java |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/example/jz/modle/vo/ReportListVo.java b/src/main/java/com/example/jz/modle/vo/ReportListVo.java
index f008f83..5863922 100644
--- a/src/main/java/com/example/jz/modle/vo/ReportListVo.java
+++ b/src/main/java/com/example/jz/modle/vo/ReportListVo.java
@@ -2,14 +2,26 @@
 
 import com.example.jz.modle.entity.Report;
 import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
 @Data
 @ApiModel(description = "鎶ユ浜哄憳棣栭〉",value = "ReportListVo")
 public class ReportListVo extends Report {
-    //鏄惁杩涚兢
-    private Integer isIntoGroup;
 
     //缇d
     private Integer groupId;
+
+    //鎶ユ浜�
+    @ApiModelProperty(value = "鎶ユ浜�",dataType = "String")
+    private String reporterName;
+
+    @ApiModelProperty(value = "鎶ユ浜烘墜鏈哄彿",dataType = "String")
+    //鎶ユ浜烘墜鏈哄彿
+    private String mobile;
+
+    @ApiModelProperty(value = "鎶ユ浜鸿韩浠借瘉鍙�",dataType = "String")
+    //鎶ユ浜鸿韩浠借瘉鍙�
+    private String idcard;
+
 }

--
Gitblit v1.8.0