package com.moral.yunfushao.model; /** * Created by haijiang on 2017/5/3. */ public class EventMessage{ private int type; public int getType() { return type; } public void setType(int type) { this.type = type; } }