mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 17:48:01 +08:00
完成菜单管理
This commit is contained in:
@@ -62,7 +62,7 @@ namespace OpenAuth.App
|
||||
return _moduleEleManService.LoadWithAccess(username, accessType, firstId, moduleId);
|
||||
}
|
||||
|
||||
public void Delete(ModuleElement[] objs)
|
||||
public void Delete(Guid[] objs)
|
||||
{
|
||||
_moduleEleManService.Delete(objs);
|
||||
}
|
||||
|
Reference in New Issue
Block a user