jinpengyong
2021-07-01 0d24ea21533d9135c8963a28d8d45bfd207b8ec6
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> {
 
}