public interface SysConfigService extends com.baomidou.mybatisplus.extension.service.IService<SysConfig>, cn.stylefeng.roses.kernel.config.api.InitConfigApi
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysConfigParam sysConfigParam)
添加系统参数配置
|
void |
del(SysConfigParam sysConfigParam)
删除系统参数配置
|
SysConfig |
detail(SysConfigParam sysConfigParam)
查看系统参数配置
|
void |
edit(SysConfigParam sysConfigParam)
编辑系统参数配置
|
List<SysConfig> |
findList(SysConfigParam sysConfigParam)
查询系统参数配置
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysConfig> |
findPage(SysConfigParam sysConfigParam)
查询系统参数配置
|
InitConfigResponse |
getInitConfigs()
获取初始化的配置列表
|
String |
getServerDeployHost()
获取后端部署的地址
|
void |
initConfig(cn.stylefeng.roses.kernel.config.api.pojo.ConfigInitRequest configInitRequest)
初始化配置参数
|
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdgetInitConfigFlagvoid add(SysConfigParam sysConfigParam)
sysConfigParam - 添加参数void del(SysConfigParam sysConfigParam)
sysConfigParam - 删除参数void edit(SysConfigParam sysConfigParam)
sysConfigParam - 编辑参数SysConfig detail(SysConfigParam sysConfigParam)
sysConfigParam - 查看参数cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysConfig> findPage(SysConfigParam sysConfigParam)
sysConfigParam - 查询参数List<SysConfig> findList(SysConfigParam sysConfigParam)
sysConfigParam - 查询参数void initConfig(cn.stylefeng.roses.kernel.config.api.pojo.ConfigInitRequest configInitRequest)
InitConfigResponse getInitConfigs()
String getServerDeployHost()
Copyright © 2022. All rights reserved.