From f2333318a31e92f6cbc3a572d8eb9fae9da0f892 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 12 十月 2024 13:59:15 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- 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