Pu Zhibing
2024-12-10 cd82e959bc407cc2a62a11b3ef9156cfd21d7e16
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;
@@ -177,7 +181,15 @@
    {
        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)