Commit f3c33a79 by zhiwj

接受订单信息

parent a39b4aa4
......@@ -46,7 +46,7 @@ public class EvaluateReplyDTO implements Serializable {
/**
*
*/
private Integer memberId;
private Long memberId;
/**
*
......@@ -117,11 +117,11 @@ public class EvaluateReplyDTO 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