项目代码/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); } }