update
This commit is contained in:
8
lib/src/enum/group_type.dart
Normal file
8
lib/src/enum/group_type.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
/// 组类型
|
||||
class GroupType {
|
||||
/// 普通群
|
||||
static const int general = 0;
|
||||
|
||||
/// 工作群
|
||||
static const int work = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user