From b51a65433d6102f2f8f00226404d9ca3808404af Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期四, 02 一月 2025 22:23:17 +0800
Subject: [PATCH] 打印托盘号

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

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutStockLockInfoController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutStockLockInfoController.cs"
index 29dec73..77615e3 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutStockLockInfoController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutStockLockInfoController.cs"
@@ -8,6 +8,9 @@
 
 namespace WIDESEA_WMSServer.Controllers.Outbound
 {
+    /// <summary>
+    /// 鍑哄簱璇︽儏
+    /// </summary>
     [Route("api/OutStockLockInfo")]
     [ApiController]
     public class OutStockLockInfoController : ApiBaseController<IOutStockLockInfoService, Dt_OutStockLockInfo>
@@ -26,7 +29,11 @@
         {
             return Service.GetStockOutboundOrder(saveModel);
         }
-
+        /// <summary>
+        /// 鎷i�夊畬鎴�
+        /// </summary>
+        /// <param name="palletCode"></param>
+        /// <returns></returns>
         [HttpPost, HttpGet, Route("MaterialPick"), AllowAnonymous]
         public WebResponseContent MaterialPick(string palletCode)
         {

--
Gitblit v1.9.3