From 2600913b550f0075255918f99b68e243d0a4fffe Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 01 十二月 2025 18:52:14 +0800
Subject: [PATCH] 优化代码

---
 fzzy-igdss-core/src/main/java/com/fzzy/igds/mapper/InoutNoticeOutMapper.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/fzzy-igdss-core/src/main/java/com/fzzy/igds/mapper/InoutNoticeOutMapper.java b/fzzy-igdss-core/src/main/java/com/fzzy/igds/mapper/InoutNoticeOutMapper.java
new file mode 100644
index 0000000..a90c7ee
--- /dev/null
+++ b/fzzy-igdss-core/src/main/java/com/fzzy/igds/mapper/InoutNoticeOutMapper.java
@@ -0,0 +1,10 @@
+package com.fzzy.igds.mapper;
+
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.fzzy.igds.domain.InoutNoticeOut;
+import org.apache.ibatis.annotations.Mapper;
+
+@Mapper
+public interface InoutNoticeOutMapper extends BaseMapper<InoutNoticeOut> {
+
+}

--
Gitblit v1.9.3