1
647556386
2025-12-03 bd44b8f637bf35b327db6cd2f1785d0421c4090f
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderAddDTO.cs
@@ -67,7 +67,7 @@
        public string business_type { get; set; }
        public bool isBatch { get; set; }
        public int isBatch { get; set; }
        public string factoryArea { get; set; }
@@ -92,13 +92,16 @@
        /// </summary>
        public string orderNo { get; set; }
        public string documentsNO { get; set; }
        public string business_type { get; set; }
        public int status { get; set; }
        public string factoryArea { get; set; }
        public string Operator { get; set; }
        public List<FeedbackOutboundDetailsModel> details { get; set; }
         public List<FeedbackOutboundDetailsModel> details { get; set; }
    }