| | |
| | | * 拥有角色-名称列表 |
| | | */ |
| | | private List<String> listRoleName; |
| | | /** |
| | | * 所属客户公司(当 userType=3 时) |
| | | */ |
| | | private Long customerCompany; |
| | | /** |
| | | * 所属客户公司名称 |
| | | */ |
| | | private String customerCompanyName; |
| | | |
| | | /** |
| | | * 客户公司所属区域 |
| | | */ |
| | | private String customerRegion; |
| | | /** |
| | | * 是否是子帐号(当 userType=3 时) |
| | | */ |
| | | private Integer isChild; |
| | | |
| | | public String getToken() { |
| | | return token; |
| | |
| | | |
| | | public void setListRoleName(List<String> listRoleName) { |
| | | this.listRoleName = listRoleName; |
| | | } |
| | | |
| | | public Long getCustomerCompany() { |
| | | return customerCompany; |
| | | } |
| | | |
| | | public void setCustomerCompany(Long customerCompany) { |
| | | this.customerCompany = customerCompany; |
| | | } |
| | | |
| | | public String getCustomerCompanyName() { |
| | | return customerCompanyName; |
| | | } |
| | | |
| | | public void setCustomerCompanyName(String customerCompanyName) { |
| | | this.customerCompanyName = customerCompanyName; |
| | | } |
| | | |
| | | public String getCustomerRegion() { |
| | | return customerRegion; |
| | | } |
| | | |
| | | public void setCustomerRegion(String customerRegion) { |
| | | this.customerRegion = customerRegion; |
| | | } |
| | | |
| | | public Integer getIsChild() { |
| | | return isChild; |
| | | } |
| | | |
| | | public void setIsChild(Integer isChild) { |
| | | this.isChild = isChild; |
| | | } |
| | | } |