This commit is contained in:
Redkale
2020-05-22 16:49:45 +08:00
parent 4daffdc31f
commit 2c88b0e75e

View File

@@ -18,6 +18,7 @@ public enum ConvertType {
JSON(1),
BSON(2),
PROTOBUF(64),
PROTOBUF_JSON(64 + 1),
DIY(256),
ALL(1023);