Commit b5c7e5df by 王祖波

增加导购id

parent 34f1820d
......@@ -17,6 +17,11 @@ public class InteractRecordInfoDTO implements Serializable {
* 会员id
*/
private String memberId;
/**
* 导购id
*/
private String clerkId;
/**
* 互动记录id
*/
......@@ -106,6 +111,14 @@ public class InteractRecordInfoDTO implements Serializable {
this.memberId = memberId;
}
public String getClerkId() {
return clerkId;
}
public void setClerkId(String clerkId) {
this.clerkId = clerkId;
}
public Long getInteractRecordId() {
return interactRecordId;
}
......
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