From f2bc08e28dda7022202f07217f6a3c150f818af7 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期一, 20 一月 2025 08:32:16 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/liudongl/jc24-wms

---
 Wms/WMS.Entity/Context/DataContext.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.Entity/Context/DataContext.cs b/Wms/WMS.Entity/Context/DataContext.cs
index c8181fb..9271ea3 100644
--- a/Wms/WMS.Entity/Context/DataContext.cs
+++ b/Wms/WMS.Entity/Context/DataContext.cs
@@ -98,4 +98,21 @@
         public static string ConnectionString { get; set; }
 
     }
+    /// <summary>
+    /// MES鑾峰彇浠ょ墝璐﹀彿瀵嗙爜
+    /// </summary>
+    public class MesConfig
+    {
+        /// <summary>
+        /// 璐﹀彿
+        /// </summary>
+        public static string MesUser { get; set; }
+        /// <summary>
+        /// 瀵嗙爜
+        /// </summary>
+        public static string MesPassWord { get; set; }
+
+    }
+
+
 }

--
Gitblit v1.8.0