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