public interface GxYyOrgDao
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(String orgId)
接口实现 删除
|
GxYyOrg |
get(String orgId)
通过ID查询单条数据
|
List<GxYyOrg> |
getAll()
查询全部
|
List<GxYyOrg> |
getByOrgIdList(List<String> orgIdList) |
GxYyOrg |
getByOrgName(String tyxydm)
根据统一信用代码查询公司
|
GxYyOrg |
getByTyxydm(String orgName)
根据统一信用代码查询公司
|
PageInfo<GxYyOrg> |
queryPage(OrgListQueryParamsDTO orgListQueryParamsDTO)
分页查询
|
String |
saveOrUpdateOrg(GxYyOrg gxYyOrgPO)
新增或修改
|
void delete(String orgId)
orgId - 主键PageInfo<GxYyOrg> queryPage(OrgListQueryParamsDTO orgListQueryParamsDTO)
orgListQueryParamsDTO - Copyright © 2025. All rights reserved.