CeramicProject/Model/nr_z_ypdj_xmxx.cs

72 lines
1.1 KiB
C#

using System;
namespace Maticsoft.Model
{
/// <summary>
/// nr_z_ypdj_xmxx:实体类(属性说明自动提取数据库字段的描述信息)
/// </summary>
[Serializable]
public partial class nr_z_ypdj_xmxx
{
public nr_z_ypdj_xmxx()
{}
#region Model
private int _id;
private int _ypdid;
private string _xmmc;
private string _wlbh;
private decimal _wlyl;
private string _jieduan;
/// <summary>
///
/// </summary>
public int id
{
set{ _id=value;}
get{return _id;}
}
/// <summary>
///
/// </summary>
public int ypdid
{
set{ _ypdid=value;}
get{return _ypdid;}
}
/// <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 wlyl
{
set{ _wlyl=value;}
get{return _wlyl;}
}
/// <summary>
///
/// </summary>
public string jieduan
{
set{ _jieduan=value;}
get{return _jieduan;}
}
#endregion Model
}
}