1
heshaofeng
2026-03-25 37454e625df68d40897112b2e8c2e3cf4d7163e3
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Inbound/InboundOrderAddDTO.cs
@@ -1,4 +1,5 @@
锘縰sing System;
锘縰sing Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -110,6 +111,8 @@
        public string warehouseCode { get; set; }
        public string remark { get; set; }
        public List<BarcodesModel> barcodes { get; set; }
    }
@@ -125,9 +128,11 @@
        public string business_type { get; set; }
        public bool isBatch { get; set; }
        public int isBatch { get; set; }
        public string factoryArea { get; set; }
        public int isTestMaterials { get; set; }
        public List<InBoundDetailsModel> details { get; set; }
@@ -155,6 +160,9 @@
        public int operationType { get; set; }
        [JsonProperty("operator")]
        public string Operator { get; set; }
        /// <summary>
        /// 
        /// </summary>
@@ -165,7 +173,6 @@
        public int status { get; set; }
        public string factoryArea { get; set; }
        public List<FeedbackInboundDetailsModel> details { get; set; }
    }