From cedaeeed6d401aefebf93ea6ea21cc9e06d5f5db Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期二, 02 十二月 2025 10:36:48 +0800
Subject: [PATCH] 新增搜索 模块+同伴+时间

---
 zhang-content/src/main/java/com/ruoyi/domain/ZfPetNote.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/zhang-content/src/main/java/com/ruoyi/domain/ZfPetNote.java b/zhang-content/src/main/java/com/ruoyi/domain/ZfPetNote.java
index 2cd6bb7..303fe62 100644
--- a/zhang-content/src/main/java/com/ruoyi/domain/ZfPetNote.java
+++ b/zhang-content/src/main/java/com/ruoyi/domain/ZfPetNote.java
@@ -30,6 +30,9 @@
     @TableId(value = "id", type = IdType.AUTO)
     private Long id;
 
+    private String fileName;
+
+
     /**
      * 瀹犵墿id
      */
@@ -86,6 +89,10 @@
     @JsonFormat(pattern = "yyyy-MM-dd")
     private Date remindEndTime;
 
+    /**
+     * 鍒嗕韩浜篿d
+     */
+    private Integer shareId;
 
 
 

--
Gitblit v1.9.1