From ae9b16500d1365e5ec01d340dfa187cc11786b9b Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 25 十月 2024 22:02:53 +0800 Subject: [PATCH] 增加部分批量设置 --- Service/HStation.Service.Xhs.Core/02-model/XhsProject.cs | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/Service/HStation.Service.Xhs.Core/02-model/XhsProject.cs b/Service/HStation.Service.Xhs.Core/02-model/XhsProject.cs index 88cf20c..aa55aa8 100644 --- a/Service/HStation.Service.Xhs.Core/02-model/XhsProject.cs +++ b/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> /// 璇︾粏鍦板潃 -- Gitblit v1.9.3