Commit 1e409765 by 徐高华

描述

parent 61e6e840
...@@ -27,6 +27,16 @@ public class HmLinkWxaDTO implements Serializable { ...@@ -27,6 +27,16 @@ public class HmLinkWxaDTO implements Serializable {
// 推荐的门店列表 // 推荐的门店列表
private List<HmLinkStoreDTO> storeList; private List<HmLinkStoreDTO> storeList;
// 说明
private String sm ;
public String getSm() {
return sm;
}
public void setSm(String sm) {
this.sm = sm;
}
public String getHmQrcode() { public String getHmQrcode() {
return hmQrcode; return hmQrcode;
......
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