using LJLib.DAL.SQL; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace JLHHJSvr.Com.Model { [PK(new[] { "mtrlid" })] public sealed class erp_mtrldef { public int? rowNum { get; set; } public int? mtrlid { get; set; } public int? mtrltypeid { get; set; } public string mtrltype { get; set; } public string mtrlcode { get; set; } public string mtrlname { get; set; } public string mtrlmode { get; set; } public string unit { get; set; } public string mtrlengname { get; set; } public string zxmtrlmode { get; set; } public int? dftwrkgrpid { get; set; } } }