public interface GxYyQlrGxrRepository
| 限定符和类型 | 方法和说明 |
|---|---|
int |
delete(String gxrid)
通过gxrid删除数据
|
void |
deleteByQlrids(List<String> qlrIdList)
通过qlrid删除数据
|
GxYyQlrGxr |
get(String gxrid)
通过ID查询单条数据
|
List<GxYyQlrGxr> |
getByQlrid(String qlrid)
通过qlrid查询关系人集合
|
List<GxYyQlrGxr> |
getByQlridList(List<String> qlridList)
通过qlrid查询关系人集合
|
List<GxYyQlrGxr> |
getBySqidList(List<String> sqIdList)
通过sqid集合查询关系人集合
|
List<GxYyQlrGxr> |
getListByQlrids(List<String> qlrIdList)
通过qlrid集合查询关系人集合
|
List<GxYyQlrGxr> |
list(String sqid)
通过申请ID查询关系人集合
|
void |
save(GxYyQlrGxr gxYyQlrGxr)
新增数据
|
void |
saveOrUpdateBatch(List<GxYyQlrGxr> gxrList)
批量新增或修改数据
|
void |
update(GxYyQlrGxr gxYyQlrGxr)
修改数据
|
GxYyQlrGxr get(String gxrid)
gxrid - 主键void save(GxYyQlrGxr gxYyQlrGxr)
gxYyQlrGxr - 实例对象void update(GxYyQlrGxr gxYyQlrGxr)
gxYyQlrGxr - 实例对象void saveOrUpdateBatch(List<GxYyQlrGxr> gxrList)
jhrList - 实例对象List<GxYyQlrGxr> list(String sqid)
sqid - 申请IDList<GxYyQlrGxr> getByQlrid(String qlrid)
qlrid - 权利人IDList<GxYyQlrGxr> getByQlridList(List<String> qlridList)
qlridList - 权利人IDint delete(String gxrid)
gxrid - 关系人IDList<GxYyQlrGxr> getBySqidList(List<String> sqIdList)
sqIdList - 申请id集合List<GxYyQlrGxr> getListByQlrids(List<String> qlrIdList)
qlrIdList - 权利人id集合Copyright © 2025. All rights reserved.