647556386
2026-01-27 1378fc4cd7abc24ed3a982e09437c2c8a74e9f2f
项目代码/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; }
    }
@@ -155,6 +158,9 @@
        public int operationType { get; set; }
        [JsonProperty("operator")]
        public string Operator { get; set; }
        /// <summary>
        /// 
        /// </summary>