From 6cf607c6aa5e4c43420c585667ee90dcea38ce36 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期三, 19 一月 2022 08:45:34 +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