heshaofeng
2025-12-29 266e4bf654c55ce2f7e9271048e4625f1b8b49f6
ÏîÄ¿´úÂë/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>
@@ -125,6 +128,12 @@
        /// </summary>
        [JsonProperty("barcode")]
        public string Barcode { get; set; }
        /// <summary>
        /// å¤–箱条码
        /// </summary>
        [JsonProperty("boxSN")]
        public string BoxSN { get; set; }
        /// <summary>
        /// æ‰¹æ¬¡å·
@@ -146,6 +155,8 @@
        /// </summary>
        [JsonProperty("unit")]
        public string Unit { get; set; }
        public DateTime validDate { get; set; }
    }