public interface GxYyMenuDao
List<GxYyMenu> getMenuByQueryParams(IndexConfigQueryDTO queryDTO, List<GxYyFunctionMenu> gxYyFunctionMenus)
queryDTO - 查询条件对象gxYyFunctionMenus - 功能菜单对象集合GxYyMenu getMenuByFunctionMenuId(String functionMenuId)
functionMenuId - 菜单IDList<GxYyMenu> getMenuListByFunctionMenu(List<String> functionMenuList, String clientype, String areaType)
functionMenuList - 功能菜单集合clientype - 客户端类型areaType - 区域类型List<GxYyMenu> getMenuListByFunctionMenuIds(List<String> functionMenuIds, String clientype, String areaType, String roleId)
functionMenuIds - 功能菜单id集合clientype - 客户端类型areaType - 区域类型roleId - 角色idGxYyMenu getMenuBySqlxAndClientType(String sqlxdm, String clientType)
sqlxdm - clientType - List<GxYyMenu> getMenuByMenuQueryParams(MenuQueryParamsDTO queryDTO)
queryDTO - com.baomidou.mybatisplus.core.metadata.IPage<GxYyMenu> queryPage(MenuQueryParamsDTO paramsDTO)
paramsDTO - void deleteById(MenuQueryParamsDTO paramsDTO)
paramsDTO - void deleteByFunctionMenuIdAndRole(String functionMenuId, List<String> roleIdList)
functionMenuId - roleIdList - void saveOrUpdateMenu(GxYyMenu gxYyMenu)
gxYyMenu - List<GxYyMenu> getMenuListByAreaTypeAndClientType(String areaType, String clientType, String roleId)
areaType - clientType - roleId - List<GxYyMenu> listByFunctionMenuIdList(List<String> functionMenuIdList)
functionMenuIdList - void deleteByFunctionMenuIdList(List<String> functionMenuIdList)
functionMenuIdList - Copyright © 2025. All rights reserved.