沈斌
2018-05-16 6c88cd89b3f3d6d140f6eb0cec20e2f57a7ff563
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
    }
}