疯狂的狮子Li
2023-03-27 92dfee02752fd6bcc5c7e45c4a8b5b6efdf57919
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.system.mapper;
 
import com.ruoyi.common.mybatis.core.mapper.BaseMapperPlus;
import com.ruoyi.system.domain.SysConfig;
import com.ruoyi.system.domain.vo.SysConfigVo;
 
/**
 * 参数配置 数据层
 *
 * @author Lion Li
 */
public interface SysConfigMapper extends BaseMapperPlus<SysConfig, SysConfigVo> {
 
}