jinpengyong
2021-03-18 db4acf4c8a81435d77a97f0aed4efc58d7799e8d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.moral.api.mapper;
 
import com.moral.api.entity.SysConfig;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 系统配置表 Mapper 接口
 * </p>
 *
 * @author moral
 * @since 2021-03-18
 */
public interface SysConfigMapper extends BaseMapper<SysConfig> {
 
}