疯狂的狮子Li
2022-12-21 dd9ef8431bf57081829b36d0564277971c001f48
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> {
 
}