Commit 0cea089b by 徐高华

群活码-链接调整

parent 3b8cdbfd
...@@ -51,6 +51,16 @@ public class HmLinkVO implements Serializable { ...@@ -51,6 +51,16 @@ public class HmLinkVO implements Serializable {
private List<HmLinkStoreVO> storeList; private List<HmLinkStoreVO> storeList;
private Long otherChatHmId ; private Long otherChatHmId ;
private List<HmLinkChatVO> linkChatList ; private List<HmLinkChatVO> linkChatList ;
// [{"type":1服务门店2协管3lbs4指定人群,"open":1}]
private String chatStoreRule ;
public String getChatStoreRule() {
return chatStoreRule;
}
public void setChatStoreRule(String chatStoreRule) {
this.chatStoreRule = chatStoreRule;
}
public Long getOtherChatHmId() { public Long getOtherChatHmId() {
return otherChatHmId; return otherChatHmId;
......
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