using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareModel.Entity.MES { public class WareContainerType { /// /// 物料类型代码 /// public string WareMaterialTypeCode { get; set; } /// /// 容器编号 /// public string ContainerCode { get; set; } } }