李昊 4 years ago
parent
commit
ada4df321c
1 changed files with 2 additions and 8 deletions
  1. 2 8
      gx_api/GxPress/Model/GxPress.Entity/Navigations/Navigation.cs

+ 2 - 8
gx_api/GxPress/Model/GxPress.Entity/Navigations/Navigation.cs

@@ -35,17 +35,11 @@ namespace GxPress.Entity.Navigations
         [DataColumn]
         public int Sort { get; set; }
         /// <summary>
-        /// 路径
+        /// 中间件页面ID
         /// </summary>
         /// <value></value>
         [DataColumn]
-        public string ControllerUrl { get; set; }
-        /// <summary>
-        /// 路径
-        /// </summary>
-        /// <value></value>
-        [DataColumn]
-        public string ActionUrl { get; set; }
+        public int MiddleLableId { get; set; }
         /// <summary>
         /// 是否可以操作
         /// </summary>