package org.zstack.core.notification; /** * Created by xing5 on 2017/3/15. */ public enum NotificationStatus { Unread, Read }