李昊 4 years ago
parent
commit
ab4b629ef2
1 changed files with 6 additions and 0 deletions
  1. 6 0
      gx_api/GxPress/Model/GxPress.Entity/Navigations/Navigation.cs

+ 6 - 0
gx_api/GxPress/Model/GxPress.Entity/Navigations/Navigation.cs

@@ -46,5 +46,11 @@ namespace GxPress.Entity.Navigations
         /// <value></value>
         [DataColumn]
         public bool Isoperate { get; set; }
+        /// <summary>
+        /// 终端 1 android 2ios
+        /// </summary>
+        /// <value></value>
+        [DataColumn]
+        public int Terminal { get; set; }
     }
 }