添加关系表业务
This commit is contained in:
12
Yi.Framework.Net6/Yi.Framework.Interface/IMenuService.cs
Normal file
12
Yi.Framework.Net6/Yi.Framework.Interface/IMenuService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Model.Models;
|
||||
using Yi.Framework.Repository;
|
||||
|
||||
namespace Yi.Framework.Interface
|
||||
{
|
||||
public partial interface IMenuService:IBaseService<MenuEntity>
|
||||
{
|
||||
Task<List<MenuEntity>> GetMenuTreeAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user