public interface GxYySqxxCfxxRepository
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteBatchIds(List<String> cfxxidList)
通过cfxxidList批量删除数据
|
int |
deleteBySlbh(String slbh)
通过slbh删除数据
|
int |
deleteBySqidList(List<String> sqidList)
通过sqidList批量删除数据
|
GxYySqxxCfxx |
get(Integer cfxxid)
通过ID查询单条数据
|
GxYySqxxCfxx |
getBySlbh(String slbh)
通过受理编号查询单条数据
|
GxYySqxxCfxx |
getBySqid(String sqid)
通过申请ID查询集合
|
List<GxYySqxxCfxx> |
getListBySlbh(String slbh)
通过slbh查询集合数据
|
List<GxYySqxxCfxx> |
list(List<String> sqidList)
通过sqidList查询单条数据
|
void |
save(GxYySqxxCfxx gxYySqxxCfxx)
新增数据
|
void |
saveOrUpdate(GxYySqxxCfxx gxYySqxxCfxx)
新增或修改数据
|
void |
saveOrUpdateBatch(List<GxYySqxxCfxx> gxYySqxxCfxxList)
批量修改或新增数据
|
void |
update(GxYySqxxCfxx gxYySqxxCfxx)
修改数据
|
GxYySqxxCfxx get(Integer cfxxid)
cfxxid - 主键List<GxYySqxxCfxx> getListBySlbh(String slbh)
slbh - 受理编号GxYySqxxCfxx getBySlbh(String slbh)
slbh - 受理编号GxYySqxxCfxx getBySqid(String sqid)
sqid - 申请IDvoid save(GxYySqxxCfxx gxYySqxxCfxx)
gxYySqxxCfxx - 实例对象void update(GxYySqxxCfxx gxYySqxxCfxx)
gxYySqxxCfxx - 实例对象void saveOrUpdate(GxYySqxxCfxx gxYySqxxCfxx)
gxYySqxxCfxx - 实例对象void saveOrUpdateBatch(List<GxYySqxxCfxx> gxYySqxxCfxxList)
gxYySqxxCfxxList - 实例对象List<GxYySqxxCfxx> list(List<String> sqidList)
sqidList - 主键int deleteBatchIds(List<String> cfxxidList)
cfxxidList - int deleteBySqidList(List<String> sqidList)
sqidList - int deleteBySlbh(String slbh)
slbh - Copyright © 2025. All rights reserved.