| 程序包 | 说明 |
|---|---|
| cn.gtmap.hlw.core.repository |
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyRole |
GxYyRoleRepository.get(String roleId)
通过ID查询单条数据
|
GxYyRole |
GxYyRoleRepository.get(String roleId)
通过ID查询单条数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyRole> |
GxYyRoleRepository.getAll()
获取数据
|
List<GxYyRole> |
GxYyRoleRepository.getAll()
获取数据
|
List<GxYyRole> |
GxYyRoleRepository.getRoleList(List<String> roleIdList)
修改数据
|
List<GxYyRole> |
GxYyRoleRepository.getRoleList(List<String> roleIdList)
修改数据
|
PageInfo<GxYyRole> |
GxYyRoleRepository.queryPage(String roleId,
BasePage page)
分页查询
|
PageInfo<GxYyRole> |
GxYyRoleRepository.queryPage(String roleId,
BasePage page)
分页查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyRoleRepository.save(GxYyRole gxYyRole)
新增数据
|
void |
GxYyRoleRepository.save(GxYyRole gxYyRole)
新增数据
|
void |
GxYyRoleRepository.update(GxYyRole gxYyRole)
修改数据
|
void |
GxYyRoleRepository.update(GxYyRole gxYyRole)
修改数据
|
Copyright © 2025. All rights reserved.