管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-03-25 b6b0cb226fcf184525ee7b36af3a09471e9c0057
src/main/java/com/lf/server/entity/all/MenusAuthEntity.java
@@ -19,7 +19,11 @@
    private String url;
    private String perms;
    private Integer type;
    private String css;
    private String icon;
@@ -73,6 +77,14 @@
        this.url = url;
    }
    public String getPerms() {
        return perms;
    }
    public void setPerms(String perms) {
        this.perms = perms;
    }
    public Integer getType() {
        return type;
    }
@@ -81,6 +93,14 @@
        this.type = type;
    }
    public String getCss() {
        return css;
    }
    public void setCss(String css) {
        this.css = css;
    }
    public String getIcon() {
        return icon;
    }