Commit 8b7013db by 王祖波

好办消息通知id修改

parent 0800885e
...@@ -11,6 +11,8 @@ public class NotifyMessageMQDTO implements Serializable { ...@@ -11,6 +11,8 @@ public class NotifyMessageMQDTO implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private String enterpriseId;
/** /**
* 导购id列表 * 导购id列表
*/ */
...@@ -31,6 +33,14 @@ public class NotifyMessageMQDTO implements Serializable { ...@@ -31,6 +33,14 @@ public class NotifyMessageMQDTO implements Serializable {
*/ */
private Integer result; private Integer result;
public String getEnterpriseId() {
return enterpriseId;
}
public void setEnterpriseId(String enterpriseId) {
this.enterpriseId = enterpriseId;
}
public List<String> getClerkIdList() { public List<String> getClerkIdList() {
return clerkIdList; return clerkIdList;
} }
......
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