public interface SysGroupService extends com.baomidou.mybatisplus.extension.service.IService<SysGroup>, GroupApi
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysGroupRequest sysGroupRequest)
将某个业务记录,增加到某个分组中,如果分组没有则创建分组
|
List<SysGroupDTO> |
addSelect(SysGroupRequest sysGroupRequest)
添加时候的选择分组列表
|
void |
del(SysGroupRequest sysGroupRequest)
删除
|
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, 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, updateByIdfindGroupList, findUserGroupDataList, removeGroupList<SysGroupDTO> addSelect(SysGroupRequest sysGroupRequest)
void add(SysGroupRequest sysGroupRequest)
sysGroupRequest - 请求参数void del(SysGroupRequest sysGroupRequest)
sysGroupRequest - 请求参数Copyright © 2023. All rights reserved.