From 94e23a3d587846f10ea9517bd2e6705093d6a99a Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 28 一月 2026 17:57:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_New' into dev_New
---
src/main/java/com/ruoyi/safe/mapper/SafeHiddenFileMapper.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/safe/mapper/SafeHiddenFileMapper.java b/src/main/java/com/ruoyi/safe/mapper/SafeHiddenFileMapper.java
new file mode 100644
index 0000000..9b0051a
--- /dev/null
+++ b/src/main/java/com/ruoyi/safe/mapper/SafeHiddenFileMapper.java
@@ -0,0 +1,18 @@
+package com.ruoyi.safe.mapper;
+
+import com.ruoyi.safe.pojo.SafeHiddenFile;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import org.apache.ibatis.annotations.Mapper;
+
+/**
+ * <p>
+ * 瀹夊叏鐢熶骇--闅愭偅鎺掓煡涓婃姤--闄勪欢 Mapper 鎺ュ彛
+ * </p>
+ *
+ * @author 鑺杞欢锛堟睙鑻忥級鏈夐檺鍏徃
+ * @since 2026-01-28 11:50:05
+ */
+@Mapper
+public interface SafeHiddenFileMapper extends BaseMapper<SafeHiddenFile> {
+
+}
--
Gitblit v1.9.3