From cfb3f2c7e9cde8cc2eb2a19263d0802c0c5410a3 Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期一, 06 四月 2026 15:41:04 +0800
Subject: [PATCH] mes接口

---
 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Job/Commands.cs |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Job/Commands.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Job/Commands.cs"
index 71e61cb..398a289 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Job/Commands.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Job/Commands.cs"
@@ -95,5 +95,19 @@
         {
             CommandData.R_PickD = R_PickD;
         }
+        //杈撻�佺嚎
+        public int GETR_StatusD()
+        {
+            return CommandData.R_StatusD;
+        }
+        public int GETR_PickD()
+        {
+            return CommandData.R_PickD;
+        }
+        //鍫嗗灈鏈�
+        public int GETR_TaskStatus()
+        {
+            return CommandData.R_TaskStatus;
+        }
     }
 }

--
Gitblit v1.9.3