仪表盘
版本库
文件存储
活动
搜索
登录
main
/
qasmart
mdc展示后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
修改日志路径为/var/log/xxx
yangys
2025-04-11
120755e6874893d284fda5f617924d46960286c0
[qasmart.git]
/
smart-man-boot
/
src
/
main
/
java
/
com
/
qianwen
/
smartman
/
modules
/
system
/
mapper
/
GalleryItemMapper.java
1
2
3
4
5
6
7
8
package com.qianwen.smartman.modules.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.qianwen.smartman.modules.system.entity.GalleryItem;
public interface GalleryItemMapper extends BaseMapper<GalleryItem> {
}