public interface GxYyRoleOrgRelRepository
| 限定符和类型 | 方法和说明 |
|---|---|
int |
delete(String roleOrgRelId)
删除数据
|
void |
deleteByOrgId(String orgId) |
GxYyRoleOrgRel |
get(String roleOrgRelId)
通过ID查询单条数据
|
List<GxYyRoleOrgRel> |
getAll()
获取数据
|
GxYyRoleOrgRel |
getByOrgId(String orgId)
根据部门id查询
|
List<GxYyRoleOrgRel> |
getByOrgIdList(List<String> orgIdList) |
List<GxYyRoleOrgRel> |
getByRoleId(String roleId)
通过roleId查询数据
|
void |
save(GxYyRoleOrgRel gxYyRoleOrgRel)
新增数据
|
void |
saveOrUpdateG(GxYyRoleOrgRel gxYyRoleOrgRel) |
void |
update(GxYyRoleOrgRel gxYyRoleOrgRel)
修改数据
|
List<GxYyRoleOrgRel> getByOrgIdList(List<String> orgIdList)
GxYyRoleOrgRel get(String roleOrgRelId)
roleOrgRelId - 主键List<GxYyRoleOrgRel> getByRoleId(String roleId)
roleId - void save(GxYyRoleOrgRel gxYyRoleOrgRel)
gxYyRoleOrgRel - 实例对象void saveOrUpdateG(GxYyRoleOrgRel gxYyRoleOrgRel)
void update(GxYyRoleOrgRel gxYyRoleOrgRel)
gxYyRoleOrgRel - 实例对象List<GxYyRoleOrgRel> getAll()
int delete(String roleOrgRelId)
roleOrgRelId - void deleteByOrgId(String orgId)
GxYyRoleOrgRel getByOrgId(String orgId)
orgId - Copyright © 2025. All rights reserved.