pan
2025-12-05 c95029139c278f0d2980e6d67cab42f5331e8d06
项目代码/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; }
    }