Commit b1bc5709 by 王祖波

mbrId

parent b3dfd73c
......@@ -12,6 +12,8 @@ public class PotentialMemberConvVO {
* 会员id
*/
private String memberId;
private String mbrId;
/**
* 潜客转化金额
*/
......@@ -36,4 +38,12 @@ public class PotentialMemberConvVO {
*/
private String memberImage;
public String getMemberId() {
return mbrId;
}
public void setMbrId(String mbrId) {
this.mbrId = mbrId;
this.memberId = mbrId;
}
}
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