From 60e54d2d097178ea7b878e49d55c6b8946d5904e Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期三, 27 十一月 2024 10:04:49 +0800
Subject: [PATCH] Stop tracking D:\widesea\尖山立库\JianShanLiKu\代码管理\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
index 7644186..957c788 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
@@ -87,7 +87,12 @@
         [HttpPost, Route("Queryinventory"), AllowAnonymous]
         public WebResponseContent Queryinventory([FromBody] GenerateInv generate)
         {
-            return Service.Queryinventory(generate);
+            return Service.Queryinventory(generate); 
+        }
+        [HttpGet, Route("PalletQueryinventory"), AllowAnonymous]
+        public WebResponseContent PalletQueryinventory()
+        {
+            return Service.PalletQueryinventory(); 
         }
         [HttpPost, Route("RelocationTaskCompleted"), AllowAnonymous]
         public WebResponseContent RelocationTaskCompleted([FromBody] GenerateInv2 generate)

--
Gitblit v1.9.3