From 03da721341232b6054d5d25f94a3bd1014771805 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 23 九月 2024 13:19:01 +0800
Subject: [PATCH] 增加bimface 定位

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