From 54ed49030fce5baec77d21f1349c235cd097d80b Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 07 九月 2023 14:09:27 +0800
Subject: [PATCH] 项目阶段汇报:增加HProjectID字段、设置源单信息

---
 Pub_Control/公用模块/Clsxt_ICSchemeSub.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git "a/Pub_Control/\345\205\254\347\224\250\346\250\241\345\235\227/Clsxt_ICSchemeSub.cs" "b/Pub_Control/\345\205\254\347\224\250\346\250\241\345\235\227/Clsxt_ICSchemeSub.cs"
index 1a9321a..b1886d2 100644
--- "a/Pub_Control/\345\205\254\347\224\250\346\250\241\345\235\227/Clsxt_ICSchemeSub.cs"
+++ "b/Pub_Control/\345\205\254\347\224\250\346\250\241\345\235\227/Clsxt_ICSchemeSub.cs"
@@ -10,5 +10,6 @@
         public Int64 HEntryID;
         public string HKey;
         public string HValue;
+
     }
 }

--
Gitblit v1.9.1