提交 | 用户 | 时间 | ||
1ac2bc | 1 | package cn.stylefeng.guns.sys.modular.system.mapper; |
懒 | 2 | |
3 | import cn.stylefeng.guns.sys.modular.system.entity.FileInfo; | |
4 | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | |
5 | ||
6 | /** | |
7 | * <p> | |
8 | * 文件信息表 | |
9 | Mapper 接口 | |
10 | * </p> | |
11 | * | |
12 | * @author stylefeng | |
13 | * @since 2018-12-07 | |
14 | */ | |
15 | public interface FileInfoMapper extends BaseMapper<FileInfo> { | |
16 | ||
17 | } |