namespace IM_API.Models { public enum GroupStatus { /// /// 正常 /// Normal = 1, /// /// 封禁 /// Blocked = 2 } }