This commit is contained in:
Redkale
2020-05-05 19:54:13 +08:00
parent 708cd5a644
commit 66e1e08ae2

View File

@@ -17,7 +17,7 @@ public enum ConvertType {
JSON(1),
BSON(2),
PBUF(64), //protobuf
PROTOBUF(64),
DIY(256),
ALL(1023);