mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-30 07:27:25 +00:00
17 lines
311 B
Dart
17 lines
311 B
Dart
class WKReminder {
|
|
int reminderID = 0;
|
|
String messageID = '';
|
|
String channelID = '';
|
|
int channelType = 0;
|
|
int messageSeq = 0;
|
|
int type = 0;
|
|
int isLocate = 0;
|
|
String uid = '';
|
|
String text = '';
|
|
dynamic data;
|
|
int version = 0;
|
|
int done = 0;
|
|
int needUpload = 0;
|
|
String publisher = '';
|
|
}
|