Commit 3ed7f426 by 徐高华

画布-群发

parent 930e326a
......@@ -66,6 +66,17 @@ public class GroupChatPlanVO implements Serializable{
// 所有的群发条件
private String allSearchParams ;
// 执行方式 0企微1好办小程序
private int execType ;
public int getExecType() {
return execType;
}
public void setExecType(int execType) {
this.execType = execType;
}
public String getAllSearchParams() {
return allSearchParams;
}
......
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