From 5d8d6211c77edc6d07d1a3f847904dd30a8b3447 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期四, 16 二月 2023 09:32:45 +0800 Subject: [PATCH] 案件bug修复及优化 --- 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