From b2d4a55167e47bd7d42686670ae2555540b3de3e Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 21 六月 2024 12:15:26 +0800
Subject: [PATCH] 增加扩展方法,增加编辑和删除功能

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

diff --git a/HStation.Dto.Xhs.Core/01-project/XhsProjectDto.cs b/HStation.Dto.Xhs.Core/01-project/XhsProjectDto.cs
index bb9c7b8..e1b481f 100644
--- a/HStation.Dto.Xhs.Core/01-project/XhsProjectDto.cs
+++ b/HStation.Dto.Xhs.Core/01-project/XhsProjectDto.cs
@@ -28,6 +28,7 @@
             this.CreateTime = rhs.CreateTime;
             this.CreateUserID = rhs.CreateUserID;
             this.Version = rhs.Version;
+            this.Address = rhs.Address;
             this.MapPosition = rhs.MapPosition;
         }
 
@@ -97,6 +98,11 @@
         public string MapPosition { get; set; }
 
         /// <summary>
+        /// 椤圭洰璇︾粏鍦板潃
+        /// </summary>
+        public string Address { get; set; }
+
+        /// <summary>
         /// 椤圭洰鐨勫鎴峰悕绉�
         /// </summary>
         public string CustomerName { get; set; }

--
Gitblit v1.9.3