From c464f72ac383e8dbc98d8a43f05098fbaff64a19 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期二, 19 八月 2025 11:05:40 +0800 Subject: [PATCH] 工序委外发出单获取工序信息添加序列号 --- LMES/Program.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LMES/Program.cs b/LMES/Program.cs index f36a4e2..a123ba2 100644 --- a/LMES/Program.cs +++ b/LMES/Program.cs @@ -15,8 +15,8 @@ { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - //Application.Run(new DingDing_autoGetData()); - //Application.Run(new XiaoZhuGe_autoGetData()); + //Application.Run(new DingDing_autoGetData()); //鏂帿灏斻�愰拤閽�-MES銆戝悓姝ユ彃浠� + //Application.Run(new XiaoZhuGe_autoGetData()); //涓夊崌銆愬皬璇歌憶-閲戣澏浜戙�戝悓姝ユ彃浠� DBUtility.ClsPub.AppPath = System.Environment.CurrentDirectory; @@ -25,7 +25,7 @@ DBUtility.ClsPub.SetIPAddress(); DBUtility.ClsPub.VersionNum = "12.1"; Pub_Class.ClsPub.VersionNum = "12.1";// - //=================================================================== + //=================================================================== try { if (DBUtility.ClsPub.CheckUpdate()) -- Gitblit v1.9.1