From 2049f3b9eaaea83c58a0d498bc6d998e29f41ac6 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 23 九月 2024 11:37:08 +0800 Subject: [PATCH] 优化basic界面 --- 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