From abfc0a7d463a3ebd74f4f7277771e87961e015b9 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期日, 25 八月 2024 14:32:35 +0800
Subject: [PATCH] 增加了一个家族id
---
zhang-content/src/main/java/com/ruoyi/service/ZfCollectionShareService.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/zhang-content/src/main/java/com/ruoyi/service/ZfCollectionShareService.java b/zhang-content/src/main/java/com/ruoyi/service/ZfCollectionShareService.java
index 246360a..9e96927 100644
--- a/zhang-content/src/main/java/com/ruoyi/service/ZfCollectionShareService.java
+++ b/zhang-content/src/main/java/com/ruoyi/service/ZfCollectionShareService.java
@@ -1,3 +1,4 @@
+
package com.ruoyi.service;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -24,4 +25,5 @@
AjaxResult listUserId(Integer pageNo ,Integer pageSize);
Long getShareId(ZfDownload zfDownload);
+
}
--
Gitblit v1.9.1