using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEA_DTO.Basic { public class PalletCodeInfo { public string orderNo { get; set; } public string warehouseName { get; set; } public string materialNo { get; set; } public decimal quantity { get; set; } } }