From d346846239a8a39246c464dc634f5fd72add99ab Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期二, 26 八月 2025 15:22:15 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/pim-jlmy' into pim-jlmy --- main-business/src/main/java/com/ruoyi/business/other/mapper/CommonFileMapper.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/main-business/src/main/java/com/ruoyi/business/other/mapper/CommonFileMapper.java b/main-business/src/main/java/com/ruoyi/business/other/mapper/CommonFileMapper.java new file mode 100644 index 0000000..55a79a4 --- /dev/null +++ b/main-business/src/main/java/com/ruoyi/business/other/mapper/CommonFileMapper.java @@ -0,0 +1,9 @@ +package com.ruoyi.business.other.mapper; + + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.ruoyi.business.other.pojo.CommonFile; + + +public interface CommonFileMapper extends BaseMapper<CommonFile> { +} -- Gitblit v1.9.3