xuhy
2025-03-12 76c5a660d2168e0e8248f7ebb1fca191823b00f2
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;
    }