@Service public class SysExpandServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysExpandMapper,SysExpand> implements SysExpandService
| 构造器和说明 |
|---|
SysExpandServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysExpandRequest sysExpandRequest)
新增
|
void |
del(SysExpandRequest sysExpandRequest)
删除
|
SysExpand |
detail(SysExpandRequest sysExpandRequest)
查询详情
|
void |
edit(SysExpandRequest sysExpandRequest)
编辑
|
List<SysExpand> |
findList(SysExpandRequest sysExpandRequest)
获取列表
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysExpand> |
findPage(SysExpandRequest sysExpandRequest)
获取列表(带分页)
|
SysExpandData |
getByExpandCode(SysExpandRequest sysExpandRequest)
获取业务元数据信息
|
Map<String,Object> |
getExpandDataInfo(String expandCode,
Long primaryFieldValue) |
List<ExpandFieldInfo> |
getPageListExpandFieldList(String expandCode) |
void |
saveOrUpdateExpandData(ExpandDataInfo expandDataInfo) |
void |
updateStatus(SysExpandRequest sysExpandRequest)
修改业务状态
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, 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, updateByIdpublic void add(SysExpandRequest sysExpandRequest)
SysExpandServiceadd 在接口中 SysExpandServicesysExpandRequest - 请求参数public void del(SysExpandRequest sysExpandRequest)
SysExpandServicedel 在接口中 SysExpandServicesysExpandRequest - 请求参数public void edit(SysExpandRequest sysExpandRequest)
SysExpandServiceedit 在接口中 SysExpandServicesysExpandRequest - 请求参数public SysExpand detail(SysExpandRequest sysExpandRequest)
SysExpandServicedetail 在接口中 SysExpandServicesysExpandRequest - 请求参数public cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysExpand> findPage(SysExpandRequest sysExpandRequest)
SysExpandServicefindPage 在接口中 SysExpandServicesysExpandRequest - 请求参数public void updateStatus(SysExpandRequest sysExpandRequest)
SysExpandServiceupdateStatus 在接口中 SysExpandServicepublic SysExpandData getByExpandCode(SysExpandRequest sysExpandRequest)
SysExpandServicegetByExpandCode 在接口中 SysExpandServicepublic List<SysExpand> findList(SysExpandRequest sysExpandRequest)
SysExpandServicefindList 在接口中 SysExpandServicesysExpandRequest - 请求参数public void saveOrUpdateExpandData(ExpandDataInfo expandDataInfo)
saveOrUpdateExpandData 在接口中 ExpandApipublic List<ExpandFieldInfo> getPageListExpandFieldList(String expandCode)
getPageListExpandFieldList 在接口中 ExpandApiCopyright © 2022. All rights reserved.