peng
2025-11-06 1a7a278e32123023fa43bdaa274da778c27b80a0
1
2
3
4
5
6
7
8
9
10
11
12
13
package cn.lili.modules.system.mapper;
 
import cn.lili.modules.system.entity.dos.Setting;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * 配置数据处理层
 * @author Chopper
 * @since 2020/11/17 8:01 下午
 */
public interface SettingMapper extends BaseMapper<Setting> {
 
}