153 lines
2.2 KiB
C#
153 lines
2.2 KiB
C#
using System;
|
|
namespace Maticsoft.Model
|
|
{
|
|
/// <summary>
|
|
/// nr_z_cpkc:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class nr_z_cpkc
|
|
{
|
|
public nr_z_cpkc()
|
|
{}
|
|
#region Model
|
|
private int _id;
|
|
private string _cpbh;
|
|
private string _cpmc;
|
|
private DateTime? _riqi;
|
|
private string _gg;
|
|
private decimal? _zhongliang;
|
|
private string _zl;
|
|
private string _tiji;
|
|
private string _dw;
|
|
private decimal? _dj;
|
|
private string _jsr;
|
|
private string _bz;
|
|
private string _tp;
|
|
private string _wj;
|
|
private int? _zt=1;
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int id
|
|
{
|
|
set{ _id=value;}
|
|
get{return _id;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string cpbh
|
|
{
|
|
set{ _cpbh=value;}
|
|
get{return _cpbh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string cpmc
|
|
{
|
|
set{ _cpmc=value;}
|
|
get{return _cpmc;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? riqi
|
|
{
|
|
set{ _riqi=value;}
|
|
get{return _riqi;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string gg
|
|
{
|
|
set{ _gg=value;}
|
|
get{return _gg;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? zhongliang
|
|
{
|
|
set{ _zhongliang=value;}
|
|
get{return _zhongliang;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string zl
|
|
{
|
|
set{ _zl=value;}
|
|
get{return _zl;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string tiji
|
|
{
|
|
set{ _tiji=value;}
|
|
get{return _tiji;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string dw
|
|
{
|
|
set{ _dw=value;}
|
|
get{return _dw;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? dj
|
|
{
|
|
set{ _dj=value;}
|
|
get{return _dj;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string jsr
|
|
{
|
|
set{ _jsr=value;}
|
|
get{return _jsr;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string bz
|
|
{
|
|
set{ _bz=value;}
|
|
get{return _bz;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string tp
|
|
{
|
|
set{ _tp=value;}
|
|
get{return _tp;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string wj
|
|
{
|
|
set{ _wj=value;}
|
|
get{return _wj;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int? zt
|
|
{
|
|
set{ _zt=value;}
|
|
get{return _zt;}
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|