public interface WctJyJfxxRepository
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(String jfxxid)
根据jfxxid删除
|
void |
deleteBySfxxidList(List<String> sfxxidList)
批量删除数据
|
WctJyJfxx |
get(String id)
通过ID查询单条数据
|
List<WctJyJfxx> |
getListByMap(Map<String,Object> map)
根据map查询
|
List<WctJyJfxx> |
listBySfxxid(String sfxxid)
根据sfxxid查询
|
void |
save(WctJyJfxx wctJyJfxx)
新增数据
|
void |
saveBatch(List<WctJyJfxx> wctJyJfxxList)
批量新增数据
|
void |
update(WctJyJfxx wctJyJfxx)
修改数据
|
Copyright © 2025. All rights reserved.