public interface GxYyAhfwtcRepository
| 限定符和类型 | 方法和说明 |
|---|---|
int |
delete(Integer id)
通过ID删除数据
|
void |
deleteAndSave(String qlrid,
List<GxYyAhfwtc> gxYyAhfwtcList)
删除+保存
|
void |
deleteBatchBySlbh(List<String> slbhList)
通过slbh删除数据集合
|
GxYyAhfwtc |
get(Integer id)
通过ID查询单条数据
|
List<GxYyAhfwtc> |
get(String slbh,
String qlrzjh,
String qlrlx,
String qlrid)
通过多条件查询数据集合
|
void |
save(GxYyAhfwtc gxYyAhfwtc)
新增数据
|
void |
saveBatch(List<GxYyAhfwtc> gxYyAhfwtcList)
批量插入
|
void |
saveOrUpdateBatch(List<GxYyAhfwtc> gxYyAhfwtcList)
批量更新或插入
|
void |
update(GxYyAhfwtc gxYyAhfwtc)
修改数据
|
GxYyAhfwtc get(Integer id)
id - 主键void save(GxYyAhfwtc gxYyAhfwtc)
gxYyAhfwtc - 实例对象void update(GxYyAhfwtc gxYyAhfwtc)
gxYyAhfwtc - 实例对象int delete(Integer id)
id - 主键void saveOrUpdateBatch(List<GxYyAhfwtc> gxYyAhfwtcList)
gxYyAhfwtcList - List<GxYyAhfwtc> get(String slbh, String qlrzjh, String qlrlx, String qlrid)
slbh - 受理编号qlrzjh - 权利人证件号qlrlx - 权利人类型qlrid - void deleteAndSave(String qlrid, List<GxYyAhfwtc> gxYyAhfwtcList)
qlrid - gxYyAhfwtcList - void saveBatch(List<GxYyAhfwtc> gxYyAhfwtcList)
gxYyAhfwtcList - Copyright © 2025. All rights reserved.