This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
qiubinghui
/
zhywpt-issuer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
消息类型
master
qiubh
3 months ago
parent
d831521a0f
commit
16aefac98c
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
1
2
gly-base-core/src/main/java/cn/com/taiji/core/entity/dict/msgw/MessageStatus.java
+ 1
- 2
gly-base-core/src/main/java/cn/com/taiji/core/entity/dict/msgw/MessageStatus.java
View File
@@ -11,8 +11,7 @@ public enum MessageStatus {
INITIAL("待发送", 1) {},
SEND_SUCCESS("已发送", 2) {},
CANCEL("消息被取消或删除", 3) {},
SEND_FAIL("发送失败", 4) {},
;
SEND_FAIL("发送失败", 4) {};
private final String value;
Write
Preview
Loading…
Cancel
Save