using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEA_DTO.WMS { public class TaskDTO { /// /// 托盘号 /// public string PalletCode { get; set; } /// /// 起点 /// public string SourceAddress { get; set; } } }