|  |  | 
 |  |  |         /// 鐢ㄦ埛ID | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "鐢ㄦ埛ID")] | 
 |  |  |         public int User_Id { get; set; } | 
 |  |  |         public int UserId { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         ///甯愬彿 | 
 |  |  | 
 |  |  |         /// 瑙掕壊ID | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, ColumnDescription = "瑙掕壊ID")] | 
 |  |  |         public int Role_Id { get; set; } | 
 |  |  |         public int RoleId { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 瑙掕壊鍚嶇О | 
 |  |  | 
 |  |  |         /// 閮ㄩ棬ID | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, ColumnDescription = "閮ㄩ棬ID")] | 
 |  |  |         public int? Dept_Id { get; set; } | 
 |  |  |         public int? DeptId { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 閭 |