| | |
| | | {
|
| | | private static final long serialVersionUID = 1L;
|
| | |
|
| | | public String getPostCode() {
|
| | | return postCode;
|
| | | }
|
| | |
|
| | | public void setPostCode(String postCode) {
|
| | | this.postCode = postCode;
|
| | | }
|
| | |
|
| | | @TableField(exist = false)
|
| | | private String postCode;
|
| | |
|
| | | /** 用户ID */
|
| | | @Excel(name = "用户序号", type = Type.EXPORT, cellType = ColumnType.NUMERIC, prompt = "用户编号")
|
| | | private Long userId;
|
| | |
| | | private Long roleId;
|
| | |
|
| | | /** 租户ID */
|
| | | private Integer tenantId;
|
| | | private Long tenantId;
|
| | |
|
| | | private Long[] deptIds;
|
| | |
|
| | |
| | | this.roleId = roleId;
|
| | | }
|
| | |
|
| | | public Integer getTenantId() {
|
| | | public Long getTenantId() {
|
| | | return tenantId;
|
| | | }
|
| | |
|
| | | public void setTenantId(Integer tenantId) {
|
| | | public void setTenantId(Long tenantId) {
|
| | | this.tenantId = tenantId;
|
| | | }
|
| | |
|