public interface GxYyBelongRoleRelRepository
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyBelongRoleRel |
get(String id)
通过ID查询单条数据
|
List<GxYyBelongRoleRel> |
getAll()
获取数据
|
GxYyBelongRoleRel |
getBelongRoleRelByRoleId(String roleId)
查询数据
|
void |
save(GxYyBelongRoleRel gxYyBelongRoleRel)
新增数据
|
void |
update(GxYyBelongRoleRel gxYyBelongRoleRel)
修改数据
|
GxYyBelongRoleRel get(String id)
id - 主键void save(GxYyBelongRoleRel gxYyBelongRoleRel)
gxYyBelongRoleRel - 实例对象void update(GxYyBelongRoleRel gxYyBelongRoleRel)
gxYyBelongRoleRel - 实例对象GxYyBelongRoleRel getBelongRoleRelByRoleId(String roleId)
roleId - 角色idList<GxYyBelongRoleRel> getAll()
Copyright © 2025. All rights reserved.