提交 | 用户 | 时间 | ||
71e81e | 1 | package cn.stylefeng.guns.sys.modular.rest.mapper; |
懒 | 2 | |
3 | import cn.stylefeng.guns.sys.modular.rest.entity.RestDictType; | |
4 | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | |
5 | ||
6 | /** | |
7 | * <p> | |
8 | * 字典类型表 Mapper 接口 | |
9 | * </p> | |
10 | * | |
11 | * @author stylefeng | |
12 | * @since 2019-03-13 | |
13 | */ | |
14 | public interface RestDictTypeMapper extends BaseMapper<RestDictType> { | |
15 | ||
16 | } |