提交 | 用户 | 时间 | ||
722af2 | 1 | package com.dl.system.mapper; |
X | 2 | |
3 | import com.dl.common.core.mapper.BaseMapperPlus; | |
4 | import com.dl.system.domain.SysConfig; | |
5 | ||
6 | /** | |
7 | * 参数配置 数据层 | |
8 | * | |
9 | * @author Lion Li | |
10 | */ | |
11 | public interface SysConfigMapper extends BaseMapperPlus<SysConfigMapper, SysConfig, SysConfig> { | |
12 | ||
13 | } |