From 72f21494ba48e573e68007eab2296f8c25ecc4b7 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期二, 05 十一月 2024 10:07:12 +0800
Subject: [PATCH] 修改了bug

---
 zhang-content/src/main/java/com/ruoyi/domain/ZSecret.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/zhang-content/src/main/java/com/ruoyi/domain/ZSecret.java b/zhang-content/src/main/java/com/ruoyi/domain/ZSecret.java
index adadbe6..bd669b7 100644
--- a/zhang-content/src/main/java/com/ruoyi/domain/ZSecret.java
+++ b/zhang-content/src/main/java/com/ruoyi/domain/ZSecret.java
@@ -114,5 +114,8 @@
     @JsonFormat(pattern = "yyyy-MM-dd")
     private Date happenEndTime;
 
-
+    /**
+     * 鍒嗕韩浜�
+     */
+    private Integer shareId;
 }

--
Gitblit v1.9.1