Commit 5c645ab4 by zhiwj

咨询建议

parent d62af3b9
......@@ -40,7 +40,7 @@ public class ProblemReplyDTO implements Serializable {
/**
* 会员id
*/
private Integer memberId;
private Long memberId;
/**
* 会员name
......@@ -116,11 +116,11 @@ public class ProblemReplyDTO implements Serializable {
this.replyContent = replyContent;
}
public Integer getMemberId() {
public Long getMemberId() {
return memberId;
}
public void setMemberId(Integer memberId) {
public void setMemberId(Long memberId) {
this.memberId = memberId;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment