@Service public class SysDpConfigServiceImpl extends SysDpBaseServiceImpl<SysDpConfig,SysDpConfigRepository> implements SysDpConfigService
baseRepository, log| 构造器和说明 |
|---|
SysDpConfigServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
authorize(SysDpConfigDto dto)
添加资源
|
void |
cancel(SysDpConfigDto dto)
取消资源
|
SysDpConfig |
findByIdOrThrow(String id)
根据ID获取实体信息
|
JsonPageResult<List<SysDpConfigVo>> |
pageByQuery2Vo(SysDpConfigQo qo)
查询资源数据并转换为VO
|
void |
setup(SysDpConfigDto dto)
设置资源
|
baseRepository, countByQuery, countWrapper, findByQuery, findByQueryAndSort, findByWrapper, findByWrapperAndSort, findOneByQuery, findOneByWrapper, pageByQuery, pageByQueryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbaseRepository, countByQuery, countWrapper, findByQuery, findByQueryAndSort, findByWrapper, findByWrapperAndSort, findOneByQuery, findOneByWrapper, pageByQuery, pageByQuerypublic SysDpConfig findByIdOrThrow(String id)
SysDpBaseServicefindByIdOrThrow 在接口中 SysDpBaseService<SysDpConfig,SysDpConfigRepository>id - 表IDpublic void setup(SysDpConfigDto dto)
SysDpConfigServicesetup 在接口中 SysDpConfigServicedto - 数据public void authorize(SysDpConfigDto dto)
SysDpConfigServiceauthorize 在接口中 SysDpConfigServicedto - 数据public void cancel(SysDpConfigDto dto)
SysDpConfigServicecancel 在接口中 SysDpConfigServicedto - 数据public JsonPageResult<List<SysDpConfigVo>> pageByQuery2Vo(SysDpConfigQo qo)
SysDpConfigServicepageByQuery2Vo 在接口中 SysDpConfigServiceqo - 查询条件Copyright © 2022. All rights reserved.