namespace Discuz.Entity
{
    public enum ForumSpecialUserPower
    {
        ViewByUser = 1,
        PostByUser = 2,
        ReplyByUser = 4,
        DownloadAttachByUser = 8,
        PostAttachByUser = 16
    }
}

  

相关文章:

猜你喜欢
相关资源
相似解决方案