public interface GxYyMenuResourceRelDao
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteByFunctionMenuId(String functionMenuId)
根据functionMenuId删除
|
void |
deleteByFunctionMenuIdList(List<String> functionMenuIdList)
根据菜单id删除
|
void |
deleteByResourceIdList(List<String> resourceIdList)
根据资源id集合删除
|
GxYyMenuResourceRel |
get(String id)
通过ID查询单条数据
|
GxYyMenuResourceRel |
getByFunctionMenuId(String functionMenuId)
根据菜单id查询
|
List<GxYyMenuResourceRel> |
getByFunctionMenuIds(List<String> functionMenuIds)
获取数据
|
List<GxYyMenuResourceRel> |
getGxYyMenuResourceRelByFunctionMenuId(String functionMenuId)
获取数据
|
void |
insertBatchSomeColumn(List<GxYyMenuResourceRel> menuResourceRelList)
批量保存
|
List<GxYyMenuResourceRel> |
listByFunctionMenuIds(List<String> functionMenuIdList)
根据菜单id查询
|
List<GxYyMenuResourceRel> |
listByResourceIds(List<String> resourceIdList) |
void |
saveOrUpdateBatchR(List<GxYyMenuResourceRel> gxYyMenuResourceRels)
保存更新--批量
|
void |
saveOrUpdateR(GxYyMenuResourceRel gxYyMenuResourceRel)
保存更新
|
GxYyMenuResourceRel get(String id)
id - 主键List<GxYyMenuResourceRel> getGxYyMenuResourceRelByFunctionMenuId(String functionMenuId)
functionMenuId - 功能菜单idList<GxYyMenuResourceRel> getByFunctionMenuIds(List<String> functionMenuIds)
functionMenuIds - 功能菜单idvoid saveOrUpdateR(GxYyMenuResourceRel gxYyMenuResourceRel)
gxYyMenuResourceRel - void saveOrUpdateBatchR(List<GxYyMenuResourceRel> gxYyMenuResourceRels)
gxYyMenuResourceRels - void deleteByFunctionMenuId(String functionMenuId)
functionMenuId - List<GxYyMenuResourceRel> listByResourceIds(List<String> resourceIdList)
resourceIdList - void insertBatchSomeColumn(List<GxYyMenuResourceRel> menuResourceRelList)
menuResourceRelList - void deleteByResourceIdList(List<String> resourceIdList)
resourceIdList - List<GxYyMenuResourceRel> listByFunctionMenuIds(List<String> functionMenuIdList)
functionMenuIdList - void deleteByFunctionMenuIdList(List<String> functionMenuIdList)
functionMenuIdList - GxYyMenuResourceRel getByFunctionMenuId(String functionMenuId)
functionMenuId - Copyright © 2025. All rights reserved.