parent
bf354c4103
commit
a9343bf892
@ -0,0 +1,8 @@ |
||||
/// 组类型 |
||||
class GroupType { |
||||
/// 普通群 |
||||
static const int general = 0; |
||||
|
||||
/// 工作群 |
||||
static const int work = 2; |
||||
} |
Loading…
Reference in new issue