package news;
public class News {
//select id,title,content,username,userid,pubtime from news
private int id;
private String title;
private String content;
private String userid;
private String pubtime;
public News(){
}
public News(int id){
this.id = id;
}
public News(int id,String title,String content,String userid,String pubtime){
this.id = id;
this.title = title;
this.content = content;
this.userid = userid;
this.pubtime = pubtime;
}
public News(String title){
this.title = title;
}
public int getId() {
return id;
}
public void setId(int 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 String getUserid() {
return userid;
}
public void setUserid(String userid) {
this.userid = userid;
}
public String getPubtime() {
return pubtime;
}
public void setPubtime(String pubtime) {
this.pubtime = pubtime;
}
}
最近下载更多
qwqwx585160 LV2
2024年12月15日
bankroll LV5
2024年6月13日
asddwh LV13
2023年12月29日
mengmeng12323423 LV4
2023年6月17日
lwlwlwlw LV3
2023年6月14日
chen_jw LV10
2023年2月17日
include LV8
2022年12月30日
13169178967 LV2
2022年12月11日
傻瓜还没打死烦人 LV7
2022年12月6日
zhunishimian LV6
2022年10月30日

最近浏览