代码拉取完成,页面将自动刷新
package dingzhen.entity;
// 交流主题
public class Bbs extends BaseEntity{
private Integer id; //主键
private String title; //标题
private String author; //发表人
private String time; //发表时间
private Integer reply; //回复人数
private String lastreply; //最后回复人
private String lastreplytime; // 最后回复时间
private String content;
public String getContent() {
return content;
}
public void setContent(String content) {
this.content = content;
}
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 getAuthor() {
return author;
}
public void setAuthor(String author) {
this.author = author;
}
public String getTime() {
return time;
}
public void setTime(String time) {
this.time = time;
}
public Integer getReply() {
return reply;
}
public void setReply(Integer reply) {
this.reply = reply;
}
public String getLastreply() {
return lastreply;
}
public void setLastreply(String lastreply) {
this.lastreply = lastreply;
}
public String getLastreplytime() {
return lastreplytime;
}
public void setLastreplytime(String lastreplytime) {
this.lastreplytime = lastreplytime;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。