首页>代码>S2SH开发OA管理系统第一部分>/src/com/fjsdfx/starerp/annoucement/model/Annoucement.java
package com.fjsdfx.starerp.annoucement.model;

import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;


import java.io.Serializable;
import java.util.Date;
/**
 * @author Chen_Luqiang
 *
 */
@Entity
public class Annoucement implements Serializable {

	/**
	 * ID
	 */
	private Integer id;
	/**
	 * 标题
	 */
	private String title;
	/**
	 * 内容
	 */
	private String  content;
	
	/**
	 *日期 
	 */
	private Date date;
	
	@Id
	@GeneratedValue
	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;
	}
	@Column(length=10000)
	public String getContent() {
		return content;
	}
	public void setContent(String content) {
		this.content = content;
	}
	public Date getDate() {
		return date;
	}
	public void setDate(Date date) {
		this.date = date;
	}
	
}
最近下载更多
wuying8208  LV15 2023年1月1日
17852310375  LV3 2021年4月27日
and123456  LV11 2021年4月20日
ddqddqddq  LV14 2020年9月5日
jiangjian  LV9 2020年2月16日
河流没有影子  LV4 2019年9月5日
aaaa1233565  LV4 2019年4月25日
tyqqqqqqq  LV5 2019年3月24日
xk9587  LV16 2019年3月11日
sunyekai  LV3 2018年9月2日
最近浏览更多
季明亮 2023年11月21日
暂无贡献等级
8战魂5无双8  LV43 2023年8月20日
wuying8208  LV15 2023年1月1日
duoer12  LV5 2022年12月30日
Lp5080lp  LV9 2022年10月31日
lwp011  LV27 2022年9月19日
date122  LV9 2022年7月1日
uni-code_0123  LV1 2022年6月9日
2602275348  LV12 2022年4月26日
gxxgxx  LV1 2022年4月7日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友