From 1d35b151e33d8919d578e3db321067b881eac1d5 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 20 六月 2024 18:24:33 +0800
Subject: [PATCH] 新增增加界面以及修改界面

---
 HStation.Dto.Xhs.Core/01-project/AddXhsProjectInput.cs |   35 +++++++++++++++++++++++++++++------
 1 files changed, 29 insertions(+), 6 deletions(-)

diff --git a/HStation.Dto.Xhs.Core/01-project/AddXhsProjectInput.cs b/HStation.Dto.Xhs.Core/01-project/AddXhsProjectInput.cs
index 1801511..c57ae10 100644
--- a/HStation.Dto.Xhs.Core/01-project/AddXhsProjectInput.cs
+++ b/HStation.Dto.Xhs.Core/01-project/AddXhsProjectInput.cs
@@ -1,15 +1,13 @@
 锘縩amespace HStation.Dto
 {
-    /// <summary>
-    /// 
-    /// </summary>
     public class AddXhsProjectInput
     {
+        [Required]
+        public string GID { get; set; }
 
         /// <summary>
         /// 鍚嶇О
         /// </summary>
-        [Required]
         public string Name { get; set; }
 
         /// <summary>
@@ -28,8 +26,33 @@
         public string TagName { get; set; }
 
         /// <summary>
+        /// 鍒涘缓浜�
+        /// </summary>
+        public long CreateUserID { get; set; }
+
+        /// <summary>
+        /// 鍒涘缓鏃堕棿
+        /// </summary>
+        public DateTime CreateTime { get; set; }
+
+        /// <summary>
+        /// 鐗堟湰
+        /// </summary>
+        public int Version { get; set; }
+
+        /// <summary>
+        /// 椤圭洰鍦板潃(缁忓害,缁村害)
+        /// </summary>
+        public string MapPosition { get; set; }
+
+        /// <summary>
+        /// 椤圭洰鐨勫鎴峰悕绉�
+        /// </summary>
+        public string CustomerName { get; set; }
+
+        /// <summary>
         /// 璇存槑
-        /// </summary>	
+        /// </summary>
         public string Description { get; set; }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3