yanghui
2022-11-11 ad2201f809f45cbbe2e63a829e4c93a9c7b7f67c
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/LoginUserInfoVO.java
@@ -244,6 +244,8 @@
    private Long bindingCheckUnitId;
    private Integer backstageType;
    public String retrieveRelationName() {
        return this.type == 3 ? relationName : name;
@@ -251,4 +253,7 @@
    @ApiModelProperty("权限等级1-5:超管-行业分中心-街道-社区-专家")
    private Integer level;
    @ApiModelProperty("物业公司id")
    private Long propertyId;
}