using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace YTSoft.BaseCallCenter.Model
{
///
/// T_Sys_RoleModule:实体类(属性说明自动提取数据库字段的描述信息)
///
[Serializable]
public partial class T_Sys_RoleModule
{
public T_Sys_RoleModule()
{ }
#region Model
private int _f_roleid;
private int _f_moduleid;
///
///
///
public int F_RoleId
{
set { _f_roleid = value; }
get { return _f_roleid; }
}
///
///
///
public int F_ModuleId
{
set { _f_moduleid = value; }
get { return _f_moduleid; }
}
#endregion Model
}
}