This commit is contained in:
Redkale
2018-01-16 15:44:40 +08:00
parent f713669d1f
commit 6a73c2a697

View File

@@ -17,6 +17,7 @@ public enum ConvertType {
JSON(1),
BSON(2),
DIY(4),
ALL(127);
private final int value;