using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MECF.Framework.Common.ToolLayout { public class LoaderItem : LayoutCellItem { /// /// Loader ID /// public int LoaderID { get; set; } /// /// CRS Clean Type /// public string CRSCleanType { get; set; } /// /// PlateOutDetectionType /// public string PlateOutDetectionType { get; set; } } }