public interface GxYyJtcyRepository
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delBySqid(String sqid)
根据sqid删除
|
int |
delete(Integer id)
通过ID删除数据
|
GxYyJtcy |
get(Integer jtcyid)
通过ID查询单条数据
|
GxYyJtcy |
getByZjh(String sqid,
String qlrzjh)
根据证件号查询
|
List<GxYyJtcy> |
list(List<String> sqidList)
根据sqid集合查询
|
List<GxYyJtcy> |
list(String sqid)
通过申请ID查询家庭成员信息集合
|
List<GxYyJtcy> |
list(String sqid,
String jtmc)
根据家庭名称查询
|
void |
save(GxYyJtcy GxYyJtcy)
新增数据
|
void |
saveBatch(List<GxYyJtcy> jtcyList)
批量保存
|
void |
update(GxYyJtcy GxYyJtcy)
修改数据
|
Copyright © 2025. All rights reserved.