public interface GxYyQlrJtcyRepository
| 限定符和类型 | 方法和说明 |
|---|---|
int |
delete(Integer id)
通过ID删除数据
|
int |
deleteByQlrid(String qlrid)
通过qlrid删除数据
|
int |
deleteByQlrids(List<String> qlrIdList)
通过qlrid删除数据
|
int |
deleteBySqid(String sqid)
通过sqid删除数据
|
GxYyQlrJtcy |
get(Integer jtcyid)
通过ID查询单条数据
|
List<GxYyQlrJtcy> |
getByQlrid(String qlrid)
通过权利人ID查询家庭成员信息集合
|
List<GxYyQlrJtcy> |
getByQlridAndSfcxfcxx(String qlrid)
通过权利人ID查询家庭成员信息集合
|
List<GxYyQlrJtcy> |
getJtcyList(String qlrid)
查询家庭成员信息
|
List<GxYyQlrJtcy> |
getList(String sqid,
String qlrid,
String sfcxfcxx)
通过sqid查询数据
|
List<GxYyQlrJtcy> |
getListByQlrids(List<String> qlridList)
通过qlridList查询数据
|
List<GxYyQlrJtcy> |
getListByQlridsAndSfcxfcxx(List<String> qlridList,
String sfcxfcxx)
是否查询房产信息
|
List<GxYyQlrJtcy> |
list(String sqid)
通过申请ID查询家庭成员信息集合
|
void |
save(GxYyQlrJtcy gxYyQlrJtcy)
新增数据
|
void |
saveBatch(List<GxYyQlrJtcy> jtcyList)
批量保存
|
void |
saveOrUpdateBatch(List<GxYyQlrJtcy> jtcyList)
批量新增或修改数据
|
List<GxYyQlrJtcy> |
selectQlrJtgx(String qlrid,
String sqid)
通过qlrid删除数据
|
void |
update(GxYyQlrJtcy gxYyQlrJtcy)
修改数据
|
List<GxYyQlrJtcy> getList(String sqid, String qlrid, String sfcxfcxx)
sqid - qlrid - sfcxfcxx - GxYyQlrJtcy get(Integer jtcyid)
jtcyid - 主键void save(GxYyQlrJtcy gxYyQlrJtcy)
gxYyQlrJtcy - 实例对象void update(GxYyQlrJtcy gxYyQlrJtcy)
gxYyQlrJtcy - 实例对象void saveOrUpdateBatch(List<GxYyQlrJtcy> jtcyList)
jtcyList - 实例对象List<GxYyQlrJtcy> list(String sqid)
sqid - 申请IDList<GxYyQlrJtcy> getByQlrid(String qlrid)
qlrid - 权利人IDList<GxYyQlrJtcy> getByQlridAndSfcxfcxx(String qlrid)
qlrid - 权利人IDint delete(Integer id)
id - 主键int deleteByQlrid(String qlrid)
qlrid - 权利人IDList<GxYyQlrJtcy> selectQlrJtgx(String qlrid, String sqid)
qlrid - 权利人IDsqid - List<GxYyQlrJtcy> getListByQlrids(List<String> qlridList)
qlridList - 权利人ID集合int deleteByQlrids(List<String> qlrIdList)
qlrIdList - 权利人IDint deleteBySqid(String sqid)
sqid - 申请idList<GxYyQlrJtcy> getListByQlridsAndSfcxfcxx(List<String> qlridList, String sfcxfcxx)
qlridList - sfcxfcxx - List<GxYyQlrJtcy> getJtcyList(String qlrid)
qlrid - void saveBatch(List<GxYyQlrJtcy> jtcyList)
jtcyList - Copyright © 2025. All rights reserved.