前端启动成功
This commit is contained in:
@@ -46,6 +46,12 @@ public class TbSysMenu extends BaseDTO {
|
||||
*/
|
||||
private String url;
|
||||
|
||||
/**
|
||||
* @description 菜单组件
|
||||
* @author yslg
|
||||
* @since 2024-06
|
||||
*/
|
||||
private String component;
|
||||
/**
|
||||
* @description 菜单图标
|
||||
* @author yslg
|
||||
@@ -121,6 +127,14 @@ public class TbSysMenu extends BaseDTO {
|
||||
this.url = url;
|
||||
}
|
||||
|
||||
public String getComponent() {
|
||||
return component;
|
||||
}
|
||||
|
||||
public void setComponent(String component) {
|
||||
this.component = component;
|
||||
}
|
||||
|
||||
public String getIcon() {
|
||||
return icon;
|
||||
}
|
||||
@@ -170,6 +184,7 @@ public class TbSysMenu extends BaseDTO {
|
||||
", name='" + name + '\'' +
|
||||
", description='" + description + '\'' +
|
||||
", url='" + url + '\'' +
|
||||
", component='" + component + '\'' +
|
||||
", icon='" + icon + '\'' +
|
||||
", orderNum=" + orderNum +
|
||||
", type=" + type +
|
||||
|
||||
Reference in New Issue
Block a user