@Service public class SysDpTableServiceImpl extends SysDpBaseServiceImpl<SysDpTable,SysDpTableRepository> implements SysDpTableService
baseRepository, log| 构造器和说明 |
|---|
SysDpTableServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysDpTableDto dto)
添加表信息
|
void |
del(String id)
删除表信息
|
SysDpTable |
findByIdOrThrow(String id)
根据ID获取实体信息
|
void |
update(SysDpTableUpdateDto 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 SysDpTable findByIdOrThrow(String id)
SysDpBaseServicefindByIdOrThrow 在接口中 SysDpBaseService<SysDpTable,SysDpTableRepository>id - 表IDpublic void add(SysDpTableDto dto)
SysDpTableServiceadd 在接口中 SysDpTableServicedto - 数据public void del(String id)
SysDpTableServicedel 在接口中 SysDpTableServiceid - 表IDpublic void update(SysDpTableUpdateDto dto)
SysDpTableServiceupdate 在接口中 SysDpTableServicedto - 数据Copyright © 2022. All rights reserved.