فهرست منبع

项目添加服务标题

lichunlei 7 ماه پیش
والد
کامیت
68b6275aff
2فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 6 0
      Model/Vo/Admin/GetProjectServiceListVo.cs
  2. 6 0
      Model/Vo/Admin/GetProjectServiceQueryVo.cs

+ 6 - 0
Model/Vo/Admin/GetProjectServiceListVo.cs

@@ -13,6 +13,12 @@ namespace Vo.Admin
         public int id { get; set; }
 
 
+        /// <summary>
+        /// 服务标题
+        /// </summary>
+        public string serviceTitle { get; set; }
+
+
         /// <summary>
         /// 服务名称
         /// </summary>

+ 6 - 0
Model/Vo/Admin/GetProjectServiceQueryVo.cs

@@ -13,6 +13,12 @@ namespace Vo.Admin
         public int id { get; set; }
 
 
+        /// <summary>
+        /// 服务标题
+        /// </summary>
+        public string serviceTitle { get; set; }
+
+
         /// <summary>
         /// 服务名称
         /// </summary>