From ff39bbf7e3a3d02f7f051ce1bee06cec007be3ff Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期六, 30 十一月 2024 13:15:26 +0800
Subject: [PATCH] epa 计算节点局部损失字段修改

---
 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