2022-09-06 19:32:32 +08:00
|
|
|
|
using Yi.Framework.Model.Models;
|
2022-04-16 00:01:00 +08:00
|
|
|
|
using Yi.Framework.Repository;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Yi.Framework.Interface
|
|
|
|
|
|
{
|
2022-09-06 19:32:32 +08:00
|
|
|
|
public partial interface IMenuService:IBaseService<MenuEntity>
|
|
|
|
|
|
{
|
2022-04-16 00:01:00 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|