luodangjia
2024-12-19 60f70f7409ec1ece8905e088fb43e0cb0258a70b
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysMenu.java
@@ -72,6 +72,8 @@
    /** 菜单图标 */
    private String icon;
    @TableField("role_type")
    private String roleType;
    /** 子菜单 */
    @TableField(exist = false)
@@ -244,6 +246,14 @@
        this.children = children;
    }
    
    public String getRoleType() {
        return roleType;
    }
    public void setRoleType(String roleType) {
        this.roleType = roleType;
    }
    @Override
    public String toString() {
        return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)