From 956bef16de67a9f2f09e380d7352095d86352be6 Mon Sep 17 00:00:00 2001
From: 安瑾然 <m17681517455@outlook.com>
Date: 星期一, 06 三月 2023 15:33:29 +0800
Subject: [PATCH] 用户管理添加设为警员的接口

---
 src/main/java/com/example/jz/modle/vo/ReportListVo.java |    2 --
 1 files changed, 0 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 c87ddf0..cc9f2e6 100644
--- a/src/main/java/com/example/jz/modle/vo/ReportListVo.java
+++ b/src/main/java/com/example/jz/modle/vo/ReportListVo.java
@@ -8,8 +8,6 @@
 @Data
 @ApiModel(description = "鎶ユ浜哄憳棣栭〉",value = "ReportListVo")
 public class ReportListVo extends Report {
-    //鏄惁杩涚兢
-    private Integer isIntoGroup;
 
     //缇d
     private Integer groupId;

--
Gitblit v1.8.0