old mode 100644
new mode 100755
 |  |  | 
 |  |  |     private String username; | 
 |  |  |     private String password; | 
 |  |  |     private String createTime; | 
 |  |  |     private int roleId; | 
 |  |  |     private String updateTime; | 
 |  |  |     private String pushKey; | 
 |  |  |     private Role role; | 
 |  |  |  | 
 |  |  |     public int getId() { | 
 |  |  |         return id; | 
 |  |  | 
 |  |  |         this.createTime = createTime; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public int getRoleId() { | 
 |  |  |         return roleId; | 
 |  |  |     public String getUpdateTime() { | 
 |  |  |         return updateTime; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setRoleId(int roleId) { | 
 |  |  |         this.roleId = roleId; | 
 |  |  |     public void setUpdateTime(String updateTime) { | 
 |  |  |         this.updateTime = updateTime; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Role getRole() { | 
 |  |  |         return role; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setRole(Role role) { | 
 |  |  |         this.role = role; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getPushKey() { | 
 |  |  |         return pushKey; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setPushKey(String pushKey) { | 
 |  |  |         this.pushKey = pushKey; | 
 |  |  |     } | 
 |  |  | } |