Explorar o código

模块列表增加字段

lichunlei hai 8 meses
pai
achega
ad59280c1f
Modificáronse 1 ficheiros con 24 adicións e 0 borrados
  1. 24 0
      Model/Vo/Admin/GetAppModuleListVo.cs

+ 24 - 0
Model/Vo/Admin/GetAppModuleListVo.cs

@@ -49,6 +49,30 @@ namespace Vo.Admin
         public string moduleDetail { get; set; }
         public string moduleDetail { get; set; }
 
 
 
 
+        /// <summary>
+        /// 状态
+        /// </summary>
+        public int status { get; set; }
+
+
+        /// <summary>
+        /// 模块功能
+        /// </summary>
+        public string? moduleFeature { get; set; }
+
+
+        /// <summary>
+        /// 使用厂商
+        /// </summary>
+        public string? factoryOwner { get; set; }
+
+
+        /// <summary>
+        /// 支付系统
+        /// </summary>
+        public string[] systemSupport { get; set; }
+
+
 
 
     }
     }
 }
 }