63 lines
962 B
C#
63 lines
962 B
C#
|
using System;
|
|||
|
namespace Maticsoft.Model
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// nr_z_cpkc_wlxq:实体类(属性说明自动提取数据库字段的描述信息)
|
|||
|
/// </summary>
|
|||
|
[Serializable]
|
|||
|
public partial class nr_z_cpkc_wlxq
|
|||
|
{
|
|||
|
public nr_z_cpkc_wlxq()
|
|||
|
{}
|
|||
|
#region Model
|
|||
|
private int _id;
|
|||
|
private int _cpid;
|
|||
|
private string _xmmc;
|
|||
|
private string _wlbh;
|
|||
|
private decimal _xqyl;
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public int id
|
|||
|
{
|
|||
|
set{ _id=value;}
|
|||
|
get{return _id;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public int cpid
|
|||
|
{
|
|||
|
set{ _cpid=value;}
|
|||
|
get{return _cpid;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public string xmmc
|
|||
|
{
|
|||
|
set{ _xmmc=value;}
|
|||
|
get{return _xmmc;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public string wlbh
|
|||
|
{
|
|||
|
set{ _wlbh=value;}
|
|||
|
get{return _wlbh;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public decimal xqyl
|
|||
|
{
|
|||
|
set{ _xqyl=value;}
|
|||
|
get{return _xqyl;}
|
|||
|
}
|
|||
|
#endregion Model
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
|