using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareModel { public class FrontTaskInput { /// /// 站点编码 /// public string sitecode { get; set; } /// /// 托盘编码 /// public string containercode { get; set; } } }