1
647556386
2025-12-04 efc71548c080300216f149939afcac58f8912101
项目代码/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;
@@ -155,6 +156,9 @@
        public int operationType { get; set; }
        [JsonProperty("operator")]
        public string Operator { get; set; }
        /// <summary>
        /// 
        /// </summary>
@@ -184,5 +188,15 @@
        public string unit { get; set; }
        public string warehouseCode { get; set; }
        public List<FeedbackBarcodesModel> barcodes { get; set; }
    }
    public class FeedbackBarcodesModel
    {
        public string barcode { get; set; }
        public decimal qty { get; set; }
    }
}