From 1de3b3fe57cd58e76c90fb33d4cdedc67c246a58 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 15 七月 2022 11:50:47 +0800
Subject: [PATCH] 案件区报案人员相关接口
---
src/main/java/com/example/jz/modle/vo/ReportListVo.java | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 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
new file mode 100644
index 0000000..f008f83
--- /dev/null
+++ b/src/main/java/com/example/jz/modle/vo/ReportListVo.java
@@ -0,0 +1,15 @@
+package com.example.jz.modle.vo;
+
+import com.example.jz.modle.entity.Report;
+import io.swagger.annotations.ApiModel;
+import lombok.Data;
+
+@Data
+@ApiModel(description = "鎶ユ浜哄憳棣栭〉",value = "ReportListVo")
+public class ReportListVo extends Report {
+ //鏄惁杩涚兢
+ private Integer isIntoGroup;
+
+ //缇d
+ private Integer groupId;
+}
--
Gitblit v1.8.0