diff --git a/Yi.Framework/Yi.Framework.Interface/IMenuService.cs b/Yi.Framework/Yi.Framework.Interface/IMenuService.cs
new file mode 100644
index 00000000..fbafc1ea
--- /dev/null
+++ b/Yi.Framework/Yi.Framework.Interface/IMenuService.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using Yi.Framework.Model.Models;
+
+namespace Yi.Framework.Interface
+{
+ public interface IMenuService:IBaseService