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; }