From 34ad8ad8e238d54d9695da9e8d101579c42516bb Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期六, 18 四月 2026 22:40:02 +0800
Subject: [PATCH] fix(RobotJob): 修正机器人任务处理逻辑和注释错误

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IMESDeviceConfigService.cs |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IMESDeviceConfigService.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IMESDeviceConfigService.cs
new file mode 100644
index 0000000..93c47d9
--- /dev/null
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IMESDeviceConfigService.cs
@@ -0,0 +1,27 @@
+using WIDESEA_Core;
+using WIDESEA_Model.Models;
+
+namespace WIDESEA_IBasicService
+{
+    /// <summary>
+    /// MES璁惧閰嶇疆淇℃伅鏈嶅姟鎺ュ彛
+    /// </summary>
+    public interface IMESDeviceConfigService : IDependency
+    {
+        /// <summary>
+        /// 鏍规嵁璁惧鍚嶇О鑾峰彇MES璁惧閰嶇疆锛堢簿纭尮閰嶏級
+        /// </summary>
+        /// <param name="deviceName">璁惧鍚嶇О</param>
+        /// <returns>MES璁惧閰嶇疆锛屽鏋滄湭鎵惧埌鍒欒繑鍥瀗ull</returns>
+        Dt_MESDeviceConfig? GetByDeviceName(string deviceName);
+
+        /// <summary>
+        /// 鏍规嵁璁惧鍚嶇О鍜屼粨搴撶紪鐮佽幏鍙朚ES璁惧閰嶇疆
+        /// 鍖归厤鏉′欢锛欴eviceName绮剧‘鍖归厤涓旓紙WarehouseCode涓虹┖鎴栫瓑浜庢寚瀹氱殑浠撳簱缂栫爜锛�
+        /// </summary>
+        /// <param name="deviceName">璁惧鍚嶇О</param>
+        /// <param name="warehouseCode">浠撳簱缂栫爜</param>
+        /// <returns>MES璁惧閰嶇疆锛屽鏋滄湭鎵惧埌鍒欒繑鍥瀗ull</returns>
+        Dt_MESDeviceConfig? GetByDeviceNameAndWarehouse(string deviceName, string warehouseCode);
+    }
+}

--
Gitblit v1.9.3