zhoufan 4 vuotta sitten
vanhempi
commit
1b97380ca8
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      RMYY_CallCenter_Api.Model/T_Sys_UserAccount.cs

+ 4 - 4
RMYY_CallCenter_Api.Model/T_Sys_UserAccount.cs

@@ -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; }