heshaofeng
2025-11-18 f69d1c71f7a7c278b4fc68cd069e3c023bbb9be6
项目代码/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);
    }
}