public interface GxYySqxxGhxxRepository
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteBatchIds(List<String> ghxxidList)
通过主键集合删除数据
|
int |
deleteBySqidList(List<String> sqidList)
通过sqidList删除数据
|
GxYySqxxGhxx |
get(String id)
通过ID查询单条数据
|
GxYySqxxGhxx |
getBySlbh(String slbh)
通过slbh查询数据
|
List<GxYySqxxGhxx> |
getListBySlbh(String slbh)
通过slbh查询数据集合
|
List<GxYySqxxGhxx> |
list(List<String> sqidList)
通过sqidList查询集合数据
|
List<GxYySqxxGhxx> |
list(String sqid)
通过ID查询单条数据
|
void |
save(GxYySqxxGhxx gxYySqxxGhxx)
新增数据
|
void |
saveOrUpdateBatch(List<GxYySqxxGhxx> gxYySqxxGhxxList)
批量新增或修改数据
|
void |
update(GxYySqxxGhxx gxYySqxxGhxx)
修改数据
|
com.baomidou.mybatisplus.core.metadata.IPage<WshSqxxGhxxSpxxQuery> |
wshTz(GhxxTzParamsDTO ghxxTzParamsDTO,
BasePage page)
分页查询
|
com.baomidou.mybatisplus.core.metadata.IPage<WshSqxxGhxxSpxxQuery> |
yshTz(GhxxTzParamsDTO ghxxTzParamsDTO,
BasePage page)
分页查询
|
GxYySqxxGhxx get(String id)
id - 主键List<GxYySqxxGhxx> list(String sqid)
sqid - 申请IDList<GxYySqxxGhxx> list(List<String> sqidList)
sqidList - 申请IDvoid save(GxYySqxxGhxx gxYySqxxGhxx)
gxYySqxxGhxx - 实例对象void update(GxYySqxxGhxx gxYySqxxGhxx)
gxYySqxxGhxx - 实例对象void saveOrUpdateBatch(List<GxYySqxxGhxx> gxYySqxxGhxxList)
gxYySqxxGhxxList - 实例对象int deleteBySqidList(List<String> sqidList)
sqidList - 实例对象int deleteBatchIds(List<String> ghxxidList)
ghxxidList - 实例对象GxYySqxxGhxx getBySlbh(String slbh)
slbh - 受理编号List<GxYySqxxGhxx> getListBySlbh(String slbh)
slbh - 受理编号com.baomidou.mybatisplus.core.metadata.IPage<WshSqxxGhxxSpxxQuery> wshTz(GhxxTzParamsDTO ghxxTzParamsDTO, BasePage page)
ghxxTzParamsDTO - page - com.baomidou.mybatisplus.core.metadata.IPage<WshSqxxGhxxSpxxQuery> yshTz(GhxxTzParamsDTO ghxxTzParamsDTO, BasePage page)
ghxxTzParamsDTO - page - Copyright © 2025. All rights reserved.