From b790305873e20a7f26d63c71623210964105014e Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 12 十一月 2025 18:45:08 +0800
Subject: [PATCH] 优化
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs"
index c11332c..a1e3ba4 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/DeliveryOrderController.cs"
@@ -98,16 +98,7 @@
return Service.GetCheckOutTasks(saveModel);
}
- /// <summary>
- /// 鐩樼偣鍑哄簱鎺ュ彛
- /// </summary>
- /// <param name="externalOrderNo"></param>
- /// <returns></returns>
- [HttpPost, Route("InventoryGood"), AllowAnonymous]
- public WebResponseContent InventoryGood(string batchNo, string goodsNo)
- {
- return Service.InventoryGood(batchNo, goodsNo);
- }
+
/// <summary>
/// 鍑哄簱娴嬭瘯
--
Gitblit v1.9.3