konbai
2022-01-16 404cb4c7a6c8ef6c8ad53893e92b623e4e5e6ed3
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.system.mapper;
 
import com.ruoyi.common.core.mapper.BaseMapperPlus;
import com.ruoyi.system.domain.SysConfig;
 
/**
 * 参数配置 数据层
 *
 * @author Lion Li
 */
public interface SysConfigMapper extends BaseMapperPlus<SysConfigMapper, SysConfig, SysConfig> {
 
}