package com.itbox.grzl.event.bean; import java.util.ArrayList; /** * @author hyh * creat_at:2013-9-9-下午3:20:21 */ public class EventRemarkRModel { public ArrayList<EventCommentItem> ActivityComment; }