using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace QMAPP.BoraUpgrade.Entity { public class T_AW_PRODUCT { public string PID { get; set; } public string PRODUCTTYPE { get; set; } public string PRODUCTCODE { get; set; } public string PRODUCTSOURCE { get; set; } public string MACHINENAME { get; set; } public string MACHINECODDE { get; set; } public string MATERIAL_CODE { get; set; } public string STATUS { get; set; } public string ISPARENT { get; set; } public string CURRENTPROCESS { get; set; } public string PRODUCELINE { get; set; } public string PRODUCESHIFTNAME { get; set; } public string PRODUCESHIFTTCODE { get; set; } public string OUTFLAG { get; set; } public string USINGSTATE { get; set; } public Nullable CAPACITY { get; set; } public Nullable USINGCOUNT { get; set; } public string CREATEUSER { get; set; } public Nullable CREATEDATE { get; set; } public string UPDATEUSER { get; set; } public Nullable UPDATEDATE { get; set; } public string WORKCELL_CODE { get; set; } public string WORKLOC_CODE { get; set; } public string WORKCENTER_CODE { get; set; } public string TEAM_CODE { get; set; } public string ENDOFLINE { get; set; } public string MATERIAL_TYPE { get; set; } public string PLAN_NO { get; set; } } }