ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/SysDept.java
@@ -47,6 +47,10 @@ /** 删除标志(0代表存在 2代表删除) */ private String delFlag; /** * 门店id */ private Integer shopId; /** 父部门名称 */ private String parentName; @@ -178,6 +182,14 @@ this.children = children; } public Integer getShopId() { return shopId; } public void setShopId(Integer shopId) { this.shopId = shopId; } @Override public String toString() { return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)