public interface FormGroupService extends com.baomidou.mybatisplus.extension.service.IService<OaFormGroups>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
createFormGroup(String name)
新增表单分组
|
void |
deleteFormGroup(Long id)
删除分组
|
void |
formGroupsSort(List<Long> groups)
表单及分组排序
|
List<OaFormGroups> |
getFormGroupList() |
List<OaFormGroups> |
getFormGroups(OaFormGroups vo)
查询表单组
|
void |
updateFormGroupName(Long id,
String name)
修改分组
|
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, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdList<OaFormGroups> getFormGroups(OaFormGroups vo)
void createFormGroup(String name)
name - 分组名void deleteFormGroup(Long id)
id - 分组IDList<OaFormGroups> getFormGroupList()
Copyright © 2023. All rights reserved.