using System;
namespace Maticsoft.Model
{
///
/// nr_z_ddwxd_fy:实体类(属性说明自动提取数据库字段的描述信息)
///
[Serializable]
public partial class nr_z_ddwxd_fy
{
public nr_z_ddwxd_fy()
{}
#region Model
private int _id;
private int _wxdid;
private string _fymc;
private decimal _fyje;
///
///
///
public int id
{
set{ _id=value;}
get{return _id;}
}
///
///
///
public int wxdid
{
set{ _wxdid=value;}
get{return _wxdid;}
}
///
///
///
public string fymc
{
set{ _fymc=value;}
get{return _fymc;}
}
///
///
///
public decimal fyje
{
set{ _fyje=value;}
get{return _fyje;}
}
#endregion Model
}
}