647556386
4 天以前 696edbff3c8812e4b820f624d66a02ae6ddb1a06
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderAddDTO.cs
@@ -55,6 +55,8 @@
        public string warehouseCode { get; set; }
        public string remark { get; set; }
    }
    public class OutboundRequestModel
@@ -67,11 +69,13 @@
        public string business_type { get; set; }
        public bool isBatch { get; set; }
        public int isBatch { get; set; }
        public string factoryArea { get; set; }
        public int operationType { get; set; }
        public string lineName { get; set; }
        public List<OutBoundDetailsModel> details { get; set; }
@@ -92,13 +96,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; }
    }