public interface GxYyMenuUserRelDao
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteByFunctionMenuId(String functionMenuId)
根据菜单id删除
|
List<GxYyMenuUserRel> |
getByFunctionMenuId(String functionMenuId)
根据菜单id查询
|
List<GxYyMenuUserRel> |
getByFunctionMenuIds(List<String> functionMenuIds)
根据菜单查询
|
List<GxYyMenuUserRel> |
getMenuUserRelList(String userId)
根据用户id查询
|
void |
saveBatch(List<GxYyMenuUserRel> menuUserRelList) |
void deleteByFunctionMenuId(String functionMenuId)
functionMenuId - List<GxYyMenuUserRel> getByFunctionMenuId(String functionMenuId)
functionMenuId - List<GxYyMenuUserRel> getMenuUserRelList(String userId)
userId - List<GxYyMenuUserRel> getByFunctionMenuIds(List<String> functionMenuIds)
functionMenuIds - void saveBatch(List<GxYyMenuUserRel> menuUserRelList)
Copyright © 2025. All rights reserved.