From 680ccbedf08839143215f40dea5273dc2819100c Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 30 十月 2024 23:26:33 +0800
Subject: [PATCH] 优化WMS、WCS用户管理

---
 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/WMSInfo/WMSIP.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/WMSInfo/WMSIP.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/WMSInfo/WMSIP.cs"
index d31445e..ad42f02 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/WMSInfo/WMSIP.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/WMSInfo/WMSIP.cs"
@@ -13,5 +13,17 @@
         /// 鑾峰彇鏀捐溅浣嶇疆
         /// </summary>
         public static readonly string GetPosition = Ip + "/api/WCS/GetPosition";
+        /// <summary>
+        /// 杈撻�佺嚎鐢宠鍏ュ簱
+        /// </summary>
+        public static readonly string ConveyorLineRequestInbound = Ip + "/api/WCS/ConveyorLineRequestInbound";
+        /// <summary>
+        /// 鍫嗗灈鏈虹敵璇峰叆搴�
+        /// </summary>
+        public static readonly string StackerCraneRequestInbound = Ip + "/api/WCS/StackerCraneRequestInbound";
+        /// <summary>
+        /// 浠诲姟鐘舵�佸悓姝ュ埌WMS
+        /// </summary>
+        public static readonly string UpdateTaskStatus = Ip + "/api/WCS/UpdateTaskStatus";
     }
 }

--
Gitblit v1.9.3