heshaofeng
2025-11-07 a1238dc822fbd0fb2a1dfb16a7c4b7425eb5a5ab
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Inbound/InboundOrderAddDTO.cs
@@ -125,7 +125,7 @@
        public string business_type { get; set; }
        public int isBatch { get; set; }
        public bool isBatch { get; set; }
        public string factoryArea { get; set; }
@@ -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; }
    }
}