refactor:完成重构设备的添加,删除,更新。
This commit is contained in:
@@ -6,8 +6,5 @@ namespace DMS.Core.Interfaces.Repositories
|
||||
{
|
||||
public interface IMenuRepository:IBaseRepository<MenuBean>
|
||||
{
|
||||
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