仪表盘
版本库
文件存储
活动
搜索
登录
main
/
qasmart
mdc展示后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
blade_cps路径改为smis
yangys
2024-10-30
25db770e621f1259b8d5b7fd514207f7481c2d0f
[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> {
}