wip: 临时提交
开发部分系统配置
This commit is contained in:
16
src/main/java/com/youlai/system/mapper/SysConfigMapper.java
Normal file
16
src/main/java/com/youlai/system/mapper/SysConfigMapper.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package com.youlai.system.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import com.youlai.system.model.entity.SysConfig;
|
||||
|
||||
/**
|
||||
* 系统配置 访问层
|
||||
*
|
||||
* @author Theo
|
||||
* @since 2024-7-29 11:41:04
|
||||
*/
|
||||
@Mapper
|
||||
public interface SysConfigMapper extends BaseMapper<SysConfig> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user