This commit is contained in:
hrxiang
2021-07-14 16:19:21 +08:00
parent c15773e28c
commit 9ac48d065a
13 changed files with 232 additions and 77 deletions

View File

@@ -0,0 +1,6 @@
class MessageStatus{
static const sending = 1;
static const succeeded = 2;
static const failed = 3;
static const deleted = 4;
}