首页>代码>ssm开发网站人事后台管理系统>/hrm1/src/main/java/com/hrm/commons/beans/Notice.java
package com.hrm.commons.beans;

import java.util.Date;

/**
 * company: www.abc.com
 * Author: Administrator
 * Create Data: 2019/3/21
 */
public class Notice {
    private Integer id;
    private String title;
    private String content;
    private Date create_date;
    private User user;

    public Integer getId() {
        return id;
    }

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

    public String getTitle() {
        return title;
    }

    public void setTitle(String title) {
        this.title = title;
    }

    public String getContent() {
        return content;
    }

    public void setContent(String content) {
        this.content = content;
    }

    public Date getCreate_date() {
        return create_date;
    }

    public void setCreate_date(Date create_date) {
        this.create_date = create_date;
    }

    public User getUser() {
        return user;
    }

    public void setUser(User user) {
        this.user = user;
    }

    @Override
    public String toString() {
        return "Notice{" +
                "id=" + id +
                ", title='" + title + '\'' +
                ", content='" + content + '\'' +
                ", create_date=" + create_date +
                ", user=" + user +
                '}';
    }
}
最近下载更多
xiaoaitx  LV8 1月1日
krispeng  LV14 2024年6月26日
haotzy  LV3 2023年10月8日
微醺酸梅汤  LV2 2023年9月27日
202106  LV6 2022年12月17日
sjl821120  LV6 2022年6月14日
 LV8 2022年6月6日
小骆驼  LV3 2022年5月23日
伊始  LV2 2022年4月27日
ferrymen  LV6 2022年4月18日
最近浏览更多
xiaoaitx  LV8 1月1日
ma406805131  LV19 2024年12月18日
bluerstar  LV1 2024年10月21日
krispeng  LV14 2024年6月26日
TY0165  LV20 2024年6月24日
谯桂生  LV2 2024年6月19日
GUANG001  LV1 2024年6月17日
chenranr  LV10 2024年6月4日
2578193624  LV2 2024年6月1日
skmckk  LV9 2024年5月13日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友