Commit 50bea5ac by 徐高华

Merge branch 'feature-canvas' into 'developer'

是否开启托管的自动发送

See merge request !2341
parents e6c383e2 7f204869
......@@ -131,6 +131,19 @@ public class WxEnterpriseDTO implements Serializable {
*/
private Integer callbackFlag;
/**
* 是否开启微信托管-自动发送
*/
private Boolean isOpenQywxAutoSend ;
public Boolean getOpenQywxAutoSend() {
return isOpenQywxAutoSend;
}
public void setOpenQywxAutoSend(Boolean openQywxAutoSend) {
isOpenQywxAutoSend = openQywxAutoSend;
}
public Integer getCallbackFlag() {
return callbackFlag;
}
......
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