
cn.zkdcloud.component.message.acceptMessage.eventMessage.AbstractMenuEventMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weChat Show documentation
Show all versions of weChat Show documentation
we can use it easy to build weChat
The newest version!
package cn.zkdcloud.component.message.acceptMessage.eventMessage;
import cn.zkdcloud.component.message.acceptMessage.AbstractAcceptEventMessage;
public abstract class AbstractMenuEventMessage extends AbstractAcceptEventMessage {
/**
* 事件key
*/
protected String eventKey;
public String getEventKey() {
return eventKey;
}
public void setEventKey(String eventKey) {
this.eventKey = eventKey;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy