From c8f338feee0b6003d8f069b1d37fd9b90dd1b7f4 Mon Sep 17 00:00:00 2001
From: 杨前锦 <1010338399@qq.com>
Date: 星期一, 07 七月 2025 17:31:38 +0800
Subject: [PATCH] 印尼佳通优化

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.SXJK/api/MoboxController.cs |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.SXJK/api/MoboxController.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.SXJK/api/MoboxController.cs
index a89347e..1d88ff7 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.SXJK/api/MoboxController.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.SXJK/api/MoboxController.cs
@@ -20,6 +20,24 @@
     public class MoboxController : System.Web.Http.ApiController {
 
         /// <summary>
+        /// 鍏ュ簱鍗曢噸缃�+        /// </summary>
+        /// <returns></returns>
+        public SimpleResult inventoryReceiptReset(InventoryReceiptResetModel model)
+        {
+            LogHelper.Info("[鍏ュ簱鍗曢噸缃甝inventoryReceiptReset 鍏ュ弬锛� + JsonConvert.SerializeObject(model), "Mobox");
+            SimpleResult simpleResult = new SimpleResult();
+            ApiHelper.inventoryReceiptReset(model);
+            LogHelper.Info("[鍏ュ簱鍗曢噸缃甝inventoryReceiptReset 鍑哄弬锛� + JsonConvert.SerializeObject(simpleResult), "Mobox");
+            return simpleResult;
+        }
+
+        public class InventoryReceiptResetModel 
+        {
+            public string asnNo { get; set; }  // 鍏ュ簱鍗曞彿
+        }
+
+        /// <summary>
         /// 杩滅▼鍚姩杈撻�绾�         /// </summary>
         /// <returns></returns>

--
Gitblit v1.9.1