@Service public class FormGroupServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<OaFormGroupsMapper,OaFormGroups> implements FormGroupService
| 构造器和说明 |
|---|
FormGroupServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
createFormGroup(String name)
新增表单分组
|
void |
deleteFormGroup(Long id)
删除分组
|
void |
formGroupsSort(List<Long> groups)
表单及分组排序
|
List<OaFormGroups> |
getFormGroupList() |
List<OaFormGroups> |
getFormGroups(OaFormGroups formGroupVo)
查询表单组
|
void |
updateFormGroupName(Long id,
String name)
修改分组
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, 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, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic List<OaFormGroups> getFormGroups(OaFormGroups formGroupVo)
FormGroupServicegetFormGroups 在接口中 FormGroupService@Transactional(rollbackFor=java.lang.Exception.class) public void formGroupsSort(List<Long> groups)
FormGroupServiceformGroupsSort 在接口中 FormGroupServicegroups - 分组数据@Transactional(rollbackFor=java.lang.Exception.class) public void updateFormGroupName(Long id, String name)
FormGroupServiceupdateFormGroupName 在接口中 FormGroupServiceid - 分组IDname - 分组名@Transactional(rollbackFor=java.lang.Exception.class) public void createFormGroup(String name)
FormGroupServicecreateFormGroup 在接口中 FormGroupServicename - 分组名@Transactional(rollbackFor=java.lang.Exception.class) public void deleteFormGroup(Long id)
FormGroupServicedeleteFormGroup 在接口中 FormGroupServiceid - 分组IDpublic List<OaFormGroups> getFormGroupList()
getFormGroupList 在接口中 FormGroupServiceCopyright © 2023. All rights reserved.