dashboard
repositories
filestore
activity
search
login
main
/
oyingServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
初始
xin
2025-04-15
8342e6a5ed78fc007c45609507f0a914c43fec4d
[oyingServer.git]
/
oying-system
/
src
/
main
/
java
/
com
/
oying
/
modules
/
maint
/
domain
/
enums
/
MsgType.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.oying.modules.maint.domain.enums;
/**
* @author Z
* @date 2019-08-10 9:56
*/
public enum MsgType {
/** 连接 */
CONNECT,
/** 关闭 */
CLOSE,
/** 信息 */
INFO,
/** 错误 */
ERROR
}