package SystemManage.Common.entity; import java.io.Serializable; import java.util.List; public class LeftMenu implements Serializable { /** * "title" : "二级菜单演示", "icon" : "", "href" : "", "spread" : false, * "children" : [ */ private Long id; private String title; private String icon; private String href; private Boolean spread; private List<LeftMenu> children; public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public String getIcon() { return icon; } public void setIcon(String icon) { this.icon = icon; } public String getHref() { return href; } public void setHref(String href) { this.href = href; } public Boolean getSpread() { return spread; } public void setSpread(Boolean spread) { this.spread = spread; } public List<LeftMenu> getChildren() { return children; } public void setChildren(List<LeftMenu> children) { this.children = children; } public Long getId() { return id; } public void setId(Long id) { this.id = id; } @Override public String toString() { return "LeftMenu [title=" + title + ", icon=" + icon + ", href=" + href + ", spread=" + spread + ", children=" + children + "]"; } }

泓鼎168 LV20
2024年5月15日
xuweiwowzy LV5
2024年2月24日
wz520135 LV7
2022年11月5日
猜猜21 LV13
2022年6月10日
ssh123 LV10
2022年3月18日
Start1 LV15
2022年3月10日
wanglinddad LV55
2022年3月1日
543666826 LV34
2021年11月20日
zy15587462022 LV8
2021年10月27日
ericxu1116 LV24
2021年7月8日

monster_001 LV3
3月25日
qiheideguang LV18
2024年12月4日
zhengguangshun LV4
2024年8月25日
李朝磊 LV18
2024年6月24日
ma406805131 LV19
2024年6月2日
shuiyan LV1
2024年6月1日
泓鼎168 LV20
2024年5月15日
yhe107 LV3
2024年4月17日
xuweiwowzy LV5
2024年2月24日
做自己的太阳 LV11
2024年2月1日