xuhy
2025-08-25 02ceb2d54e6aeec1aaf7f8ce1252840e3594ce66
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;
    }