duheng
2024-06-21 b2d4a55167e47bd7d42686670ae2555540b3de3e
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; }