using System;
namespace Maticsoft.Model
{
///
/// nr_z_yhjs:实体类(属性说明自动提取数据库字段的描述信息)
///
[Serializable]
public partial class nr_z_yhjs
{
public nr_z_yhjs()
{}
#region Model
private int _id;
private string _mingcheng;
///
/// 客户编号
///
public int id
{
set{ _id=value;}
get{return _id;}
}
///
/// 角色名称
///
public string mingcheng
{
set{ _mingcheng=value;}
get{return _mingcheng;}
}
#endregion Model
}
}