/**
* @description:
* @author chenshiqiang E-mail:csqwyyx@163.com
* @date 2014年5月24日 下午8:35:02
* @version 1.0
*/
package com.csq.thesceneryalong.models.events;
public class EventRecordTimeChanged {
public long time = 0;
public EventRecordTimeChanged(long time) {
super();
this.time = time;
}
}