99 lines
1.5 KiB
C#
99 lines
1.5 KiB
C#
using System;
|
|
namespace Maticsoft.Model
|
|
{
|
|
/// <summary>
|
|
/// nr_z_caigoudan_xm:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class nr_z_caigoudan_xm
|
|
{
|
|
public nr_z_caigoudan_xm()
|
|
{}
|
|
#region Model
|
|
private int _id;
|
|
private int _cgdid;
|
|
private int _sgdid;
|
|
private int _wlid;
|
|
private decimal _sl;
|
|
private decimal _dj;
|
|
private decimal _je;
|
|
private string _cgjd;
|
|
private string _beizhu;
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int id
|
|
{
|
|
set{ _id=value;}
|
|
get{return _id;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int cgdid
|
|
{
|
|
set{ _cgdid=value;}
|
|
get{return _cgdid;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int sgdid
|
|
{
|
|
set{ _sgdid=value;}
|
|
get{return _sgdid;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int wlid
|
|
{
|
|
set{ _wlid=value;}
|
|
get{return _wlid;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal sl
|
|
{
|
|
set{ _sl=value;}
|
|
get{return _sl;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal dj
|
|
{
|
|
set{ _dj=value;}
|
|
get{return _dj;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal je
|
|
{
|
|
set{ _je=value;}
|
|
get{return _je;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string cgjd
|
|
{
|
|
set{ _cgjd=value;}
|
|
get{return _cgjd;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string beizhu
|
|
{
|
|
set{ _beizhu=value;}
|
|
get{return _beizhu;}
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|