mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 12:22:03 +08:00
增加全局配置
This commit is contained in:
@@ -5,11 +5,11 @@ import xyz.playedu.api.domain.AppConfig;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* @author tengteng
|
||||
* @description 针对表【app_config】的数据库操作Mapper
|
||||
* @createDate 2023-03-09 11:13:33
|
||||
* @Entity xyz.playedu.api.domain.AppConfig
|
||||
*/
|
||||
* @author tengteng
|
||||
* @description 针对表【app_config】的数据库操作Mapper
|
||||
* @createDate 2023-03-09 13:55:39
|
||||
* @Entity xyz.playedu.api.domain.AppConfig
|
||||
*/
|
||||
@Mapper
|
||||
public interface AppConfigMapper extends BaseMapper<AppConfig> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user