using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace QMAPP.BoraUpgrade.Entity { public class T_CC_PrintCodeRoute { public int PrintCodeRouteID { get; set; } public string BarCodeRule { get; set; } public string MachineName { get; set; } public string MachineCode { get; set; } public string Material_Code { get; set; } public string WorkCell_Code { get; set; } public string WorkLoc_Code { get; set; } public string WorkCenter { get; set; } public string Matrail_Type { get; set; } public bool IsProduct { get; set; } public bool IsAppend { get; set; } public int Color { get; set; } public string MachineID { get; set; } } }