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