From 4cb1f00f84d160f97afd0fb86cf600e1be667dd5 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 17 十月 2024 11:22:15 +0800
Subject: [PATCH] 水力组件更新

---
 Service/HStation.Service.Xhs.Core/01-entity/XhsProject.cs |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/Service/HStation.Service.Xhs.Core/01-entity/XhsProject.cs b/Service/HStation.Service.Xhs.Core/01-entity/XhsProject.cs
index 7fb7c92..53dc774 100644
--- a/Service/HStation.Service.Xhs.Core/01-entity/XhsProject.cs
+++ b/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>
         /// 璇︾粏鍦板潃

--
Gitblit v1.9.3