All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.hmtools.wxmp.message.eventPush.model.ViewMenuEventMessage Maven / Gradle / Ivy

The newest version!
package top.hmtools.wxmp.message.eventPush.model;

import com.thoughtworks.xstream.XStream;

import top.hmtools.wxmp.core.annotation.WxmpMessage;
import top.hmtools.wxmp.core.model.message.BaseEventMessage;
import top.hmtools.wxmp.core.model.message.enums.Event;
import top.hmtools.wxmp.core.model.message.enums.MsgType;

/**
 * 自定义菜单事件 之  点击菜单跳转链接时的事件推送
 * {@code
 * 
  
  
  123456789
  
  
  

 * }
 * @author Hybomyth
 *
 */
@WxmpMessage(msgType=MsgType.event,event=Event.VIEW)
public class ViewMenuEventMessage extends BaseEventMessage {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1160352525724951725L;

	@Override
	public void configXStream(XStream xStream) {
		
	}


	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy