namespace ZR.Model.Enum { /// /// 评论开关 /// public enum CommentSwitchEnum { ALL = 0, FANS = 1, SELF = 2 } }