完成新建变量表的功能测试
This commit is contained in:
@@ -8,5 +8,6 @@ namespace DMS.Core.Interfaces.Repositories
|
||||
{
|
||||
Task<int> DeleteMenuTreeByIdAsync(int id);
|
||||
Task<int> DeleteMenuTreeByTargetIdAsync(MenuType menuType, int targetId);
|
||||
Task<MenuBean> GetMenuByTargetIdAsync(MenuType menuType, int targetId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user