Commit 7f204869 by 徐高华

是否开启托管的自动发送

parent 9446d68a
......@@ -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