From d06e5f065b7d1d2ccb8812d6aeb768b825a82d1e Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 13 八月 2024 09:37:10 +0800 Subject: [PATCH] 计算修改 --- Model/HStation.Model.Xhs.Project/00-ProjectModel/XhsProjectItem.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Model/HStation.Model.Xhs.Project/00-ProjectModel/XhsProjectItem.cs b/Model/HStation.Model.Xhs.Project/00-ProjectModel/XhsProjectItem.cs index a719579..b0808e6 100644 --- a/Model/HStation.Model.Xhs.Project/00-ProjectModel/XhsProjectItem.cs +++ b/Model/HStation.Model.Xhs.Project/00-ProjectModel/XhsProjectItem.cs @@ -38,7 +38,7 @@ { this.Name = rhs.Name; this.NO = rhs.NO; - this.ProjectID = rhs.ProjectID; + this.ProjectID = rhs.ProjectID; this.Paras = rhs.Paras; this.Flags = rhs.Flags; this.TagName = rhs.TagName; -- Gitblit v1.9.3