namespace HH.WCS.Mobox3.Template.Entity.Dto { /// /// 托盘编号 /// public class ContainerDto { /// /// 任务编号 /// public string trayCode { get; set; } } }