From 5a9a4c4198ae354c0e6af4c13685d016b860e675 Mon Sep 17 00:00:00 2001
From: pengmn <pmn@HanInfo>
Date: 星期五, 04 七月 2025 10:57:05 +0800
Subject: [PATCH] 1

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/RcsHelper.cs |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/RcsHelper.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/RcsHelper.cs
index c9fa2b4..38c4bf2 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/RcsHelper.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/RcsHelper.cs
@@ -14,7 +14,11 @@
         private static readonly HttpHelper apiHelper = new HttpHelper();
         private static readonly string baseUrl = Settings.HASeverUrl;
 
-
+        /// <summary>
+        /// 鎺ㄩ�Ants璁㈠崟
+        /// </summary>
+        /// <param name="model"></param>
+        /// <returns></returns>
         public static bool CreateAntsOrder(AntsTaskModel model)
         {
             var msg = "";
@@ -47,6 +51,11 @@
             return result;
         }
 
+        /// <summary>
+        /// 鎺ㄩ�Picking璁㈠崟
+        /// </summary>
+        /// <param name="model"></param>
+        /// <returns></returns>
         public static bool CreatePickingOrder(PickingTaskModel model)
         {
             var msg = "";
@@ -79,7 +88,12 @@
             return result;
         }
 
-        public static bool CancelPickingOrder(CancelModel model)
+        /// <summary>
+        /// 鍒犻櫎璁㈠崟
+        /// </summary>
+        /// <param name="model"></param>
+        /// <returns></returns>
+        public static bool CancelOrder(CancelModel model)
         {
             bool result = false;
             string msg = "";

--
Gitblit v1.9.1