From bcc7f0563d92efd7013ec36e1d9ad7871b631454 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 08 十一月 2024 14:52:00 +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