From 2e34633b3626c3dfbe678b416cfa9fe3e86b58e0 Mon Sep 17 00:00:00 2001
From: qirong <2032486488@qq.com>
Date: 星期四, 09 三月 2023 16:05:22 +0800
Subject: [PATCH] 案件区报案人员编辑以及报案材料导出修改

---
 src/main/java/com/example/jz/modle/entity/Cause.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/example/jz/modle/entity/Cause.java b/src/main/java/com/example/jz/modle/entity/Cause.java
index a0d9934..f9922f6 100644
--- a/src/main/java/com/example/jz/modle/entity/Cause.java
+++ b/src/main/java/com/example/jz/modle/entity/Cause.java
@@ -31,6 +31,7 @@
     //妗堜欢鎻忚堪
     private String description;
 
+    private String totalMoney;
 
     public Integer getId() {
         return id;
@@ -89,6 +90,14 @@
         this.description = description;
     }
 
+    public String getTotalMoney() {
+        return totalMoney;
+    }
+
+    public void setTotalMoney(String totalMoney) {
+        this.totalMoney = totalMoney;
+    }
+
     /**
      * 鑾峰彇涓婚敭鍊�
      *

--
Gitblit v1.8.0