public interface SysGroupService extends com.baomidou.mybatisplus.extension.service.IService<SysGroup>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysGroupRequest sysGroupRequest)
将某个业务记录,增加到某个分组中,如果分组没有则创建分组
|
List<SysGroupDTO> |
addSelect(SysGroupRequest sysGroupRequest)
添加时候的选择分组列表
|
void |
del(SysGroupRequest sysGroupRequest)
删除
|
count, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdList<SysGroupDTO> addSelect(SysGroupRequest sysGroupRequest)
void add(SysGroupRequest sysGroupRequest)
sysGroupRequest - 请求参数void del(SysGroupRequest sysGroupRequest)
sysGroupRequest - 请求参数Copyright © 2022. All rights reserved.