using System; using LJLib.DAL.SQL; namespace JLHHJSvr.Com.Model { [PK(new[] { "mtrlid,pfcode" })] public sealed class u_mtrl_pf { public int mtrlid { get; set; } public string pfcode { get; set; } public int ifdft { get; set; } public int inuse { get; set; } public string Dscrp { get; set; } public int Ifdi { get; set; } public DateTime opdate { get; set; } public string opemp { get; set; } public DateTime? moddate { get; set; } public string modemp { get; set; } public int flag { get; set; } public DateTime? auditdate { get; set; } public string auditemp { get; set; } public int affirmflag { get; set; } public string affirmemp { get; set; } public DateTime? affirmdate { get; set; } public int pftype { get; set; } public int ifpzpf { get; set; } public int if_saletask { get; set; } public int wrkid { get; set; } public int fjcnt { get; set; } public string vercode { get; set; } } }