duheng
2025-02-17 26f45822a2a84af81e20ca543da98d3b822c5afd
Service/HStation.Service.Xhs.Core/02-model/XhsProject.cs
@@ -21,8 +21,6 @@
            this.ParentIds = rhs.ParentIds?.ToList();
            this.NO = rhs.NO;
            this.Name = rhs.Name;
            this.StartTime = rhs.StartTime;
            this.EndTime = rhs.EndTime;
            this.Address = rhs.Address;
            this.Customer = rhs.Customer;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
@@ -41,8 +39,6 @@
            this.ParentIds = rhs.ParentIds?.ToList();
            this.NO = rhs.NO;
            this.Name = rhs.Name;
            this.StartTime = rhs.StartTime;
            this.EndTime = rhs.EndTime;
            this.Address = rhs.Address;
            this.Customer = rhs.Customer;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
@@ -66,16 +62,6 @@
        /// 名称
        /// </summary>
        public string Name { get; set; }
        /// <summary>
        /// 生效时间
        /// </summary>
        public DateTime? StartTime { get; set; }
        /// <summary>
        /// 失效时间
        /// </summary>
        public DateTime? EndTime { get; set; }
        /// <summary>
        /// 详细地址