public interface SaasLesseeConfigService extends com.baomidou.mybatisplus.extension.service.IService<SaasLesseeConfigDO>
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, removeById, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdLong createLesseeConfig(@Valid @Valid SaasLesseeConfigCreateReqVO createReqVO)
createReqVO - 创建信息Long createLesseeConfig(SaasLesseeJsonConfigCreateReqVO createReqVO)
createReqVO - 创建信息void updateLesseeConfig(@Valid
@Valid SaasLesseeConfigUpdateReqVO updateReqVO)
updateReqVO - 更新信息void updateLesseeConfigByKey(SaasLesseeConfigUpdateReqVO updateReqVO)
updateReqVO - 更新信息void updateLesseeJsonConfig(@Valid
@Valid SaasLesseeJsonConfigUpdateReqVO updateReqVO)
updateReqVO - 更新信息void updateLesseeConfig(SaasLesseeConfigDO updateReqVO)
updateReqVO - 更新信息void deleteLesseeConfig(Long id)
id - 编号SaasLesseeConfigDO getLesseeConfig(Long id)
id - 编号<T> T getLesseeConfigObject(String key, Class<T> clazz, Long lesseeId)
SaasLesseeConfigDO getLesseeConfigByKey(String key, Long lesseeId, String appId)
key - 配置键SaasLesseeConfigDO getLesseeConfigByKey(String key, Long lesseeId)
key - 配置键List<SaasLesseeConfigDO> getLesseeConfigList(Collection<Long> ids)
ids - 编号com.faasadmin.framework.common.pojo.PageResult<SaasLesseeConfigDO> getLesseeConfigPage(SaasLesseeConfigPageReqVO pageReqVO)
pageReqVO - 分页查询List<SaasLesseeConfigDO> getLesseeConfigList(SaasLesseeConfigExportReqVO exportReqVO)
exportReqVO - 查询条件String selectLesseeConfigByKeyToStr(Long lesseeId, String appName, String key, String def)
lesseeId - 租户名称appName - 应用名称key - 关键字def - 默认值Integer selectLesseeConfigByKeyToInt(Long lesseeId, String appName, String key)
lesseeId - 租户名称appName - 应用名称key - 关键字Copyright © 2022. All rights reserved.