duheng
2024-06-21 b2d4a55167e47bd7d42686670ae2555540b3de3e
HStation.Service.Xhs.Core/01-entity/XhsProject.cs
@@ -21,6 +21,7 @@
        public XhsProject(XhsProject rhs) : base(rhs)
        {
            this.GID = rhs.GID;
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -95,6 +96,11 @@
        public string MapPosition { get; set; }
        /// <summary>
        /// 项目详细地址
        /// </summary>
        public string Address { get; set; }
        /// <summary>
        /// 项目的客户名称
        /// </summary>
        public string CustomerName { get; set; }