public interface GxYyOrgCaRelRepository
| 限定符和类型 | 方法和说明 |
|---|---|
int |
delete(String id)
删除数据
|
GxYyOrgCaRel |
get(String id)
通过ID查询单条数据
|
List<GxYyOrgCaRel> |
getAll()
获取数据
|
GxYyOrgCaRel |
getByCa(String ca)
根据ca查询
|
void |
save(GxYyOrgCaRel gxYyOrgCaRel)
新增数据
|
void |
update(GxYyOrgCaRel gxYyOrgCaRel)
修改数据
|
GxYyOrgCaRel get(String id)
id - 主键void save(GxYyOrgCaRel gxYyOrgCaRel)
gxYyOrgCaRel - 实例对象void update(GxYyOrgCaRel gxYyOrgCaRel)
gxYyOrgCaRel - 实例对象List<GxYyOrgCaRel> getAll()
int delete(String id)
id - GxYyOrgCaRel getByCa(String ca)
ca - Copyright © 2025. All rights reserved.