package com.hbsi.bean;
public class Message {
private int mid;//留言id
private int id;//用户的id
private String username;//用户名
private String title;//留言标题
private String msgtime;//留言时间
private String content;//留言内容
private String reply;//管理员回复
private String replytime;//管理员回复时间
public int getMid() {
return mid;
}
public void setMid(int mid) {
this.mid = mid;
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getMsgtime() {
return msgtime;
}
public void setMsgtime(String msgtime) {
this.msgtime = msgtime;
}
public String getContent() {
return content;
}
public void setContent(String content) {
this.content = content;
}
public String getReply() {
return reply;
}
public void setReply(String reply) {
this.reply = reply;
}
public String getReplytime() {
return replytime;
}
public void setReplytime(String replytime) {
this.replytime = replytime;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
}
最近下载更多
sweetlove LV20
2024年6月29日
kyrie1102 LV4
2024年6月19日
微信网友_6927932988952576 LV12
2024年3月30日
wanglinddad LV55
2024年3月6日
xinnnnn LV1
2024年2月26日
微信网友_6829521472425984 LV5
2024年1月20日
zhangbo2020 LV6
2024年1月10日
jlmarket LV22
2024年1月6日
计算机暴龙战士 LV19
2024年1月5日
Sotouch LV15
2024年1月4日
最近浏览更多
梁小贤 LV1
2024年12月6日
yimaoermao LV1
2024年11月28日
tiancj LV1
2024年11月25日
李清清 LV2
2024年11月6日
wjs-zuizui
2024年10月19日
暂无贡献等级
abdkfksdkf LV16
2024年9月18日
yyhrhv LV8
2024年9月3日
绝对零度 LV4
2024年8月23日
thsgli LV9
2024年8月21日
别让自己无聊 LV13
2024年8月14日

