1
heshaofeng
2026-03-25 37454e625df68d40897112b2e8c2e3cf4d7163e3
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_DTO/Allocate/AllocateDto.cs
@@ -39,8 +39,10 @@
        [JsonProperty("business_type")]
        public string BusinessType { get; set; }
        [JsonProperty("fromWarehouse")]
        public string fromWarehouse { get; set; }
        [JsonProperty("toWarehouse")]
        public string toWarehouse { get; set; }
        /// <summary>
@@ -114,6 +116,7 @@
        public List<BarcodeInfo>? Barcodes { get; set; }
    }
    /// <summary>
    /// æ¡ç ä¿¡æ¯
    /// </summary>
@@ -127,6 +130,12 @@
        public string Barcode { get; set; }
        /// <summary>
        /// å¤–箱条码
        /// </summary>
        [JsonProperty("boxSN")]
        public string BoxSN { get; set; }
        /// <summary>
        /// æ‰¹æ¬¡å·
        /// </summary>
        [JsonProperty("batchNo")]