src/main/java/com/lf/server/entity/sys/MenuEntity.java
@@ -17,7 +17,6 @@ @AllArgsConstructor @NoArgsConstructor public class MenuEntity implements Serializable { private static final long serialVersionUID = -4174396918804003518L; private int id; @@ -33,6 +32,8 @@ private String perms; private int type; private String css; private String icon; @@ -109,6 +110,14 @@ this.type = type; } public String getCss() { return css; } public void setCss(String css) { this.css = css; } public String getIcon() { return icon; }