package com.sanqing.bean; import java.util.Date; public class Reply { private int replyID; //回复ID private String replyContent;//回复内容 private int employeeID; //回复人ID private Date replyTime; //回复时间 private int messageID; //消息ID public int getReplyID() { return replyID; } public void setReplyID(int replyID) { this.replyID = replyID; } public String getReplyContent() { return replyContent; } public void setReplyContent(String replyContent) { this.replyContent = replyContent; } public int getEmployeeID() { return employeeID; } public void setEmployeeID(int employeeID) { this.employeeID = employeeID; } public Date getReplyTime() { return replyTime; } public void setReplyTime(Date replyTime) { this.replyTime = replyTime; } public int getMessageID() { return messageID; } public void setMessageID(int messageID) { this.messageID = messageID; } }

张德志 LV9
2024年6月14日
2036495585 LV9
2023年9月25日
java代写 LV7
2022年11月30日
cysamxie LV1
2022年10月17日
chengjuan LV2
2022年6月29日
14445555 LV2
2022年5月31日
xyqwer LV1
2022年5月19日
2544336845 LV1
2022年5月13日
wanglinddad LV55
2022年4月14日
微信网友_5845420553359360 LV4
2022年2月25日