From 39d2183cdaf8ce1ee77e36fed5a447b2d8d897a1 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 20 九月 2024 16:33:59 +0800
Subject: [PATCH] 增加input

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