1
yangpeixing
2026-04-01 67d4e9ca4267049cc67cff15828080d2d5dfce0b
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; }
    }
}