CeramicProject/Model/nr_z_qtck.cs

189 lines
2.8 KiB
C#
Raw Normal View History

2024-05-18 15:28:29 +08:00
using System;
namespace Maticsoft.Model
{
/// <summary>
/// nr_z_qtck:实体类(属性说明自动提取数据库字段的描述信息)
/// </summary>
[Serializable]
public partial class nr_z_qtck
{
public nr_z_qtck()
{}
#region Model
private int _id;
private string _ckdh;
private DateTime? _ckrq;
private string _kf;
private decimal? _sl;
private string _bm;
private string _jsr;
private string _cklx;
private string _bz;
private string _zt;
private string _scdbh;
private string _wlbh;
private string _wlmc;
private decimal? _wlcd;
private decimal? _wlkd;
private string _wlpp;
private string _wldw;
private string _khbh;
private decimal? _jine;
/// <summary>
///
/// </summary>
public int id
{
set{ _id=value;}
get{return _id;}
}
/// <summary>
///
/// </summary>
public string ckdh
{
set{ _ckdh=value;}
get{return _ckdh;}
}
/// <summary>
///
/// </summary>
public DateTime? ckrq
{
set{ _ckrq=value;}
get{return _ckrq;}
}
/// <summary>
///
/// </summary>
public string kf
{
set{ _kf=value;}
get{return _kf;}
}
/// <summary>
///
/// </summary>
public decimal? sl
{
set{ _sl=value;}
get{return _sl;}
}
/// <summary>
///
/// </summary>
public string bm
{
set{ _bm=value;}
get{return _bm;}
}
/// <summary>
///
/// </summary>
public string jsr
{
set{ _jsr=value;}
get{return _jsr;}
}
/// <summary>
///
/// </summary>
public string cklx
{
set{ _cklx=value;}
get{return _cklx;}
}
/// <summary>
///
/// </summary>
public string bz
{
set{ _bz=value;}
get{return _bz;}
}
/// <summary>
///
/// </summary>
public string zt
{
set{ _zt=value;}
get{return _zt;}
}
/// <summary>
///
/// </summary>
public string scdbh
{
set{ _scdbh=value;}
get{return _scdbh;}
}
/// <summary>
///
/// </summary>
public string wlbh
{
set{ _wlbh=value;}
get{return _wlbh;}
}
/// <summary>
///
/// </summary>
public string wlmc
{
set{ _wlmc=value;}
get{return _wlmc;}
}
/// <summary>
///
/// </summary>
public decimal? wlcd
{
set{ _wlcd=value;}
get{return _wlcd;}
}
/// <summary>
///
/// </summary>
public decimal? wlkd
{
set{ _wlkd=value;}
get{return _wlkd;}
}
/// <summary>
///
/// </summary>
public string wlpp
{
set{ _wlpp=value;}
get{return _wlpp;}
}
/// <summary>
///
/// </summary>
public string wldw
{
set{ _wldw=value;}
get{return _wldw;}
}
/// <summary>
///
/// </summary>
public string khbh
{
set{ _khbh=value;}
get{return _khbh;}
}
/// <summary>
///
/// </summary>
public decimal? jine
{
set{ _jine=value;}
get{return _jine;}
}
#endregion Model
}
}