package com.bjsxt.vo; import java.util.List; public class Message { private String alert; //某某人进入了聊天室/退出聊天室 private List<String> names; //储存所有聊天人姓名 private String sendMsg; //发消息的内容 private String from; //发消息人的用户名 private String date; //发消息的时间 public String getDate() { return date; } public void setDate(String date) { this.date = date; } public String getSendMsg() { return sendMsg; } public void setSendMsg(String sendMsg) { this.sendMsg = sendMsg; } public String getFrom() { return from; } public void setFrom(String from) { this.from = from; } public String getAlert() { return alert; } public void setAlert(String alert) { this.alert = alert; } public List<String> getNames() { return names; } public void setNames(List<String> names) { this.names = names; } public Message() { super(); // TODO Auto-generated constructor stub } }

忘了密码来摸鱼 LV1
2023年5月29日
wenwen520_li LV1
2022年11月19日
杨豫川 LV12
2022年5月11日
912299793 LV21
2022年3月18日
berylzZz LV1
2022年3月13日
JulyMagnolia LV4
2021年11月27日
1ling1 LV2
2021年6月24日
thinkerkkk LV2
2021年6月22日
YZN212 LV3
2021年6月1日
dalamama LV1
2021年4月27日

473228892
2月10日
暂无贡献等级
ma406805131 LV19
2024年12月24日
nghiavudev
2024年11月3日
暂无贡献等级
teamather
2024年11月3日
暂无贡献等级
dapeioo
2024年10月8日
暂无贡献等级
zhoubin2000
2024年6月14日
暂无贡献等级
磨磨唧唧999
2024年6月14日
暂无贡献等级
pangzihao
2024年6月3日
暂无贡献等级
liqizuiai
2024年5月15日
暂无贡献等级
xiexin LV1
2024年4月9日