lixiaojun
2024-10-17 4cb1f00f84d160f97afd0fb86cf600e1be667dd5
Service/HStation.Service.Xhs.Core/01-entity/XhsProject.cs
@@ -23,8 +23,6 @@
            this.ParentIds = rhs.ParentIds;
            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;
@@ -51,16 +49,6 @@
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true)]
        public string Name { get; set; }
        /// <summary>
        /// 生效时间
        /// </summary>
        public DateTime? StartTime { get; set; }
        /// <summary>
        /// 失效时间
        /// </summary>
        public DateTime? EndTime { get; set; }
        /// <summary>
        /// 详细地址