From 9a6d3cc635b59f02649d5891e0ddf4f5ec7276b8 Mon Sep 17 00:00:00 2001 From: zxx <Zxx@HanInfo> Date: 星期三, 02 七月 2025 15:56:50 +0800 Subject: [PATCH] 1 --- HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/GZRobot.cs | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/GZRobot.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/GZRobot.cs index 04da739..c00c28a 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/GZRobot.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/GZRobot.cs @@ -204,6 +204,23 @@ } + /// <summary> + /// agv鐢宠缁曡矾 + /// </summary> + /// <param name="model"></param> + /// <returns></returns> + public static GzResult applyReroute(orderStatusReportParme model) + { + GzResult result = new GzResult(); + + result.resultCode = 0; + result.msg = "杩斿洖璁㈠崟鐘舵�鎴愬姛"; + result.orderID = model.orderID; + LogHelper.Info("orderStatusReport 杩斿洖" + JsonConvert.SerializeObject(result), "API"); + return result; + } + + ///// <summary> ///// 璋冪敤灏忕背鐘舵�鍥炴姤鎺ュ彛 ///// </summary> -- Gitblit v1.9.1