pan
2025-11-17 f5df33d51a8555d709a4e8369fa98ce70759ddfc
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundPickingService.cs
@@ -30,5 +30,7 @@
   
        Task<List<Dt_OutStockLockInfo>> GetUnpickedList(string orderNo, string palletCode);
        Task<WebResponseContent> ValidateBarcode(string barcode);
        Task<WebResponseContent> ReturnRemaining(string orderNo, string palletCode, string reason);
    }
}