package com.zl.beans;

import java.util.List;

public class NewsLabel {
    private Integer id;
    private String label_name;//栏目名称
    private String label_content;//栏目描述
    //作为一方,查多方
    private List<NewsLabel> chileren;
    //作为多方
    private NewsLabel parent;

    public NewsLabel() {

    }

    public Integer getId() {
        return id;
    }

    public void setId(Integer id) {
        this.id = id;
    }

    public String getLabel_name() {
        return label_name;
    }

    public void setLabel_name(String label_name) {
        this.label_name = label_name;
    }

    public String getLabel_content() {
        return label_content;
    }

    public void setLabel_content(String label_content) {
        this.label_content = label_content;
    }

    public List<NewsLabel> getChileren() {
        return chileren;
    }

    public void setChileren(List<NewsLabel> chileren) {
        this.chileren = chileren;
    }

    public NewsLabel getParent() {
        return parent;
    }

    public void setParent(NewsLabel parent) {
        this.parent = parent;
    }

    @Override
    public String toString() {
        return "NewsLabel{" +
                "id=" + id +
                ", label_name='" + label_name + '\'' +
                ", label_content='" + label_content + '\'' +
                ", chileren=" + chileren +
                ", parent=" + parent +
                '}';
    }
}
最近下载更多
哇塞塞哈哈哈  LV8 2023年5月5日
云龙123456  LV7 2022年12月2日
406503223  LV5 2022年7月7日
2039995605  LV9 2022年6月4日
crosa_Don  LV18 2022年6月1日
lalala0201  LV1 2022年4月29日
周黑鸭  LV2 2022年3月24日
y1214435276  LV9 2022年3月23日
李佳琪  LV3 2022年1月12日
libin0517  LV3 2021年12月14日
最近浏览更多
xiaoaitx  LV8 1月2日
yimaoermao  LV1 2024年11月28日
782325418 2024年10月14日
暂无贡献等级
唐唐丶  LV34 2024年9月12日
OLDMANDING  LV1 2024年8月21日
krispeng  LV14 2024年8月12日
李朝磊  LV18 2024年6月28日
TY0165  LV20 2024年6月19日
全斐  LV6 2024年6月19日
WBelong  LV8 2024年3月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友