项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Inbound/InboundOrderAddDTO.cs
@@ -184,5 +184,15 @@ public string unit { get; set; } public string warehouseCode { get; set; } public List<FeedbackBarcodesModel> barcodes { get; set; } } public class FeedbackBarcodesModel { public string barcode { get; set; } public decimal qty { get; set; } } }