1
huangxiaoqiang
2025-12-19 7f2db05b4ce84051d9c0a5c89a62185211b8442b
项目代码/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>