using LJLib.DAL.SQL; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace JLHHJSvr.Com.Model { [PK(new[] { "mattressid", "printid" })] public sealed class u_mattress_interface { public int? mattressid { get; set; } public int? printid { get; set; } public string itemname { get; set; } public string bj_pzname { get; set; } public string bj_namemx { get; set; } public int? bj_inputtype { get; set; } public string actual_size { get; set; } public string sb_craft { get; set; } public string actual_size_sb { get; set; } public int? erp_pzid { get; set; } public string erp_pzcode { get; set; } public string erp_pzname { get; set; } public decimal? ss_rate { get; set; } public decimal? ls_rate { get; set; } public string pzcode { get; set; } public string pzname { get; set; } } }