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 | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/Service/HStation.Service.Xhs.Core/01-entity/XhsProject.cs b/Service/HStation.Service.Xhs.Core/01-entity/XhsProject.cs index 70f0712..53dc774 100644 --- a/Service/HStation.Service.Xhs.Core/01-entity/XhsProject.cs +++ b/Service/HStation.Service.Xhs.Core/01-entity/XhsProject.cs @@ -3,7 +3,7 @@ namespace HStation.Entity { /// <summary> - /// 涓氬姟绔� + /// 椤圭洰 /// </summary> [SysType("xhs-project")] [SysPropValueTable("xhs_project_prop_value")] @@ -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