chenyong
2026-03-17 a0adb6373dbe1d37858998c12e206219dc45ac5c
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderDetailAddDTO.cs
@@ -19,6 +19,8 @@
        /// ç‰©æ–™åç§°
        /// </summary>
        public string MaterielName { get; set; }
        public int MaterielType {  get; set; }
        /// <summary>
        /// æ‰¹æ¬¡å·
        /// </summary>
@@ -59,5 +61,11 @@
        /// åº“位
        /// </summary>
        public string StorageLocationCode { get; set; }
        public string LocationName { get; set; }
        public string SupplierBatch { get; set; }
        public string OrinalLocation { get; set; }
    }
}