@Service public class SysDpResourceServiceImpl extends SysDpBaseServiceImpl<SysDpResource,SysDpResourceRepository> implements SysDpResourceService
baseRepository, log| 构造器和说明 |
|---|
SysDpResourceServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysDpResourceAddDto dto)
添加资源信息
|
void |
del(String id)
删除资源信息
|
SysDpResource |
findByIdOrThrow(String id)
根据ID获取实体信息
|
JsonPageResult<List<SysDpResourceVo>> |
pageByQuery2Vo(SysDpResourceQo qo)
查询资源数据并转换为VO
|
void |
update(SysDpResourceUpdateDto 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 SysDpResource findByIdOrThrow(String id)
SysDpBaseServicefindByIdOrThrow 在接口中 SysDpBaseService<SysDpResource,SysDpResourceRepository>id - 表IDpublic void add(SysDpResourceAddDto dto)
SysDpResourceServiceadd 在接口中 SysDpResourceServicedto - 数据public void del(String id)
SysDpResourceServicedel 在接口中 SysDpResourceServiceid - 表IDpublic void update(SysDpResourceUpdateDto dto)
SysDpResourceServiceupdate 在接口中 SysDpResourceServicedto - 数据public JsonPageResult<List<SysDpResourceVo>> pageByQuery2Vo(SysDpResourceQo qo)
SysDpResourceServicepageByQuery2Vo 在接口中 SysDpResourceServiceqo - 查询条件Copyright © 2022. All rights reserved.