/** * */ package com.mcxiaoke.minicat.dao.model; /** * @author mcxiaoke * @version 1.0 2012-2-23 上午10:07:48 */ public class Notifications { private int mentions; private int directMessages; private int friendsRequests; }