From a93cecfb49c06cd39f363bc6202a8779ab15b06e Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期一, 26 十二月 2022 17:16:17 +0800
Subject: [PATCH] fix: 工作台群消息
---
src/main/java/com/example/jz/modle/vo/ReportListVo.java | 15 +++++++++++++--
1 files changed, 13 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..cc9f2e6 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,25 @@
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