From 307ac519ae05bc70bf6d18c0f679847288928c38 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期一, 11 十二月 2023 10:05:10 +0800
Subject: [PATCH] 暂时提交

---
 src/main/java/com/ruoyi/doublePrevention/entity/CJReport/ReportResultDTO.java |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/ReportResultDTO.java b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/ReportResultDTO.java
new file mode 100644
index 0000000..3974d5c
--- /dev/null
+++ b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/ReportResultDTO.java
@@ -0,0 +1,34 @@
+package com.ruoyi.doublePrevention.entity.CJReport;
+
+public class ReportResultDTO {
+
+    private String code;
+
+    private String msg;
+
+    private ReportResultObjDTO obj;
+
+    public String getCode() {
+        return code;
+    }
+
+    public void setCode(String code) {
+        this.code = code;
+    }
+
+    public String getMsg() {
+        return msg;
+    }
+
+    public void setMsg(String msg) {
+        this.msg = msg;
+    }
+
+    public ReportResultObjDTO getObj() {
+        return obj;
+    }
+
+    public void setObj(ReportResultObjDTO obj) {
+        this.obj = obj;
+    }
+}

--
Gitblit v1.9.2