using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWare.Wms.Application { public class WMSConfirmInput { /// /// 任务Id /// public long? TaskId { get; set; } /// /// 容器编号 /// public string ContainerCode { get; set; } /// /// /// public string FromLocationCode { get; set; } } }