xuhy
2024-10-23 99145a616ec0c58a837b8831ee2cda459514bbe0
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/model/LoginUser.java
@@ -63,6 +63,11 @@
    private String nickName;
    private Integer roleType;
    private Long objectId;
    /**
     * 店铺样式
     */
    private Integer shopStyle;
    /**
     * 权限列表
@@ -92,6 +97,14 @@
        this.permissions = permissions;
    }
    public Integer getShopStyle() {
        return shopStyle;
    }
    public void setShopStyle(Integer shopStyle) {
        this.shopStyle = shopStyle;
    }
    public Long getObjectId() {
        return objectId;
    }