@Service public class SysExpandFieldServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysExpandFieldMapper,SysExpandField> implements SysExpandFieldService
| 构造器和说明 |
|---|
SysExpandFieldServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysExpandFieldRequest sysExpandFieldRequest)
新增
|
void |
del(SysExpandFieldRequest sysExpandFieldRequest)
删除
|
SysExpandField |
detail(SysExpandFieldRequest sysExpandFieldRequest)
查询详情
|
void |
edit(SysExpandFieldRequest sysExpandFieldRequest)
编辑
|
List<SysExpandField> |
findList(SysExpandFieldRequest sysExpandFieldRequest)
获取列表
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysExpandField> |
findPage(SysExpandFieldRequest sysExpandFieldRequest)
获取列表(带分页)
|
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(SysExpandFieldRequest sysExpandFieldRequest)
SysExpandFieldServiceadd 在接口中 SysExpandFieldServicesysExpandFieldRequest - 请求参数public void del(SysExpandFieldRequest sysExpandFieldRequest)
SysExpandFieldServicedel 在接口中 SysExpandFieldServicesysExpandFieldRequest - 请求参数public void edit(SysExpandFieldRequest sysExpandFieldRequest)
SysExpandFieldServiceedit 在接口中 SysExpandFieldServicesysExpandFieldRequest - 请求参数public SysExpandField detail(SysExpandFieldRequest sysExpandFieldRequest)
SysExpandFieldServicedetail 在接口中 SysExpandFieldServicesysExpandFieldRequest - 请求参数public cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysExpandField> findPage(SysExpandFieldRequest sysExpandFieldRequest)
SysExpandFieldServicefindPage 在接口中 SysExpandFieldServicesysExpandFieldRequest - 请求参数public List<SysExpandField> findList(SysExpandFieldRequest sysExpandFieldRequest)
SysExpandFieldServicefindList 在接口中 SysExpandFieldServicesysExpandFieldRequest - 请求参数Copyright © 2022. All rights reserved.