Commit 8b57b510 by 徐高华

聊天记录

parent c482a2ab
......@@ -19,6 +19,16 @@ public class UserChatDetailLogVO implements Serializable {
// 1导购2客户
private Integer userType ;
private Integer msgType ;
public Integer getMsgType() {
return msgType;
}
public void setMsgType(Integer msgType) {
this.msgType = msgType;
}
public String getContent() {
return content;
}
......
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