using LJLib.DAL.SQL; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace JLHHJSvr.Com.Model { public sealed class u_bednet_qingdan { public string pzname { get; set; } public string pznamemx { get; set; } public decimal? amt { get; set; } public decimal? useqty { get; set; } } }