|
|
@@ -15,8 +15,8 @@ namespace RMYY_CallCenter_Api.Model
|
|
15
|
15
|
private string _f_password;
|
|
16
|
16
|
private string _f_extensionnumber;
|
|
17
|
17
|
private string _f_username;
|
|
18
|
|
- private int? _f_deptid;
|
|
19
|
|
- private int? _f_roleid;
|
|
|
18
|
+ private int _f_deptid;
|
|
|
19
|
+ private int _f_roleid;
|
|
20
|
20
|
private string _f_sex;
|
|
21
|
21
|
private string _f_telephone;
|
|
22
|
22
|
private string _f_wxopenid;
|
|
|
@@ -72,7 +72,7 @@ namespace RMYY_CallCenter_Api.Model
|
|
72
|
72
|
/// <summary>
|
|
73
|
73
|
/// 部门id
|
|
74
|
74
|
/// </summary>
|
|
75
|
|
- public int? F_DeptId
|
|
|
75
|
+ public int F_DeptId
|
|
76
|
76
|
{
|
|
77
|
77
|
set { _f_deptid = value; }
|
|
78
|
78
|
get { return _f_deptid; }
|
|
|
@@ -80,7 +80,7 @@ namespace RMYY_CallCenter_Api.Model
|
|
80
|
80
|
/// <summary>
|
|
81
|
81
|
/// 角色id
|
|
82
|
82
|
/// </summary>
|
|
83
|
|
- public int? F_RoleId
|
|
|
83
|
+ public int F_RoleId
|
|
84
|
84
|
{
|
|
85
|
85
|
set { _f_roleid = value; }
|
|
86
|
86
|
get { return _f_roleid; }
|