From 1505f2bf41f2e4c4a92fe087bbf1537432c70cfd Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 24 三月 2023 09:57:44 +0800
Subject: [PATCH] 工序派工;工序进出站

---
 MES/Program.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/MES/Program.cs b/MES/Program.cs
index e9b0592..66fc8e6 100644
--- a/MES/Program.cs
+++ b/MES/Program.cs
@@ -20,7 +20,9 @@
             Pub_Class.ClsPub.SetIPAddress();
             DBUtility.ClsPub.SetIPAddress();
             DBUtility.ClsPub.VersionNum = "12.1";
-            Pub_Class.ClsPub.VersionNum = "12.1";
+            Pub_Class.ClsPub.VersionNum = "12.1"; 
+
+
             //try                                
             //{             
             if (DBUtility.ClsPub.CheckUpdate())

--
Gitblit v1.9.1