From 10ef03d01ee8d14191906c07285228f0f1bc7bb9 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 24 八月 2023 14:59:41 +0800
Subject: [PATCH] 新增PDA扫描基础资料调用方法,其他入库上传生成单据方法等

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