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