From ef517af50613c209b8f78fc29f276f748a98a2b0 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期五, 02 九月 2022 09:36:20 +0800
Subject: [PATCH] 生产资源列表 新增字段 mac地址  HMacAddr varchar(100) //设备MAC地址 设备档案列表 新增字段 生产资源  HSourceID    int      //对应生产资源(Gy_Source)

---
 LMES/Program.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/LMES/Program.cs b/LMES/Program.cs
index c2a48b5..5896622 100644
--- a/LMES/Program.cs
+++ b/LMES/Program.cs
@@ -15,7 +15,6 @@
         {
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
-
             DBUtility.ClsPub.AppPath = System.Environment.CurrentDirectory;
             Pub_Class.ClsPub.AppPath = System.Environment.CurrentDirectory;
             Pub_Class.ClsPub.SetIPAddress();

--
Gitblit v1.9.1