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> /// 详细地址