duheng
2024-06-21 b2d4a55167e47bd7d42686670ae2555540b3de3e
HStation.Service.Xhs.Core/02-model/XhsProject.cs
@@ -26,6 +26,7 @@
            this.TagName = rhs.TagName;
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Address = rhs.Address;
            this.Description = rhs.Description;
        }
@@ -34,7 +35,7 @@
        /// </summary>
        public void Reset(XhsProject rhs)
        {
             this.ID = rhs.ID;
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
@@ -42,13 +43,13 @@
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.Address = rhs.Address;
        }
        /// <summary>
        /// GUID 用于升级
        /// </summary>
        public string GID { get; set; }
        /// <summary>
        /// 名称
@@ -106,6 +107,11 @@
        public string MapPosition { get; set; }
        /// <summary>
        /// 项目详细地址
        /// </summary>
        public string Address { get; set; }
        /// <summary>
        /// 项目的客户名称
        /// </summary>
        public string CustomerName { get; set; }