From 564f6a660dfb2a5df8a5e3d174d6aa7d483efe3d Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 17 十月 2025 15:57:08 +0800
Subject: [PATCH] 修改表

---
 代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/InventoryController.cs |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/InventoryController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/InventoryController.cs"
index e96b14e..dff5953 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/InventoryController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/InventoryController.cs"
@@ -1,7 +1,8 @@
 锘縰sing Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Mvc;
+using WIDESEA_DTO.SquareCabin;
 using WIDESEA_ISquareCabinServices;
-using WIDESEA_Model.Models.SquareCabin;
+using static WIDESEA_DTO.SquareCabin.TowcsDto;
 
 namespace WIDESEA_WMSServer.Controllers
 {
@@ -12,5 +13,11 @@
         public InventoryController(IInventoryServices service) : base(service)
         {
         }
+
+        [HttpPost,Route("OrderFeedback"),AllowAnonymous]
+        public ApiResponse<Dt_Inventory> OrderFeedback([FromBody]EdiOrderCallbackRequest request)
+        {
+            return Service.OrderFeedback(request);
+        }
     }
 }

--
Gitblit v1.9.3