This commit is contained in:
@@ -17,7 +17,7 @@ public enum ConvertType {
|
|||||||
|
|
||||||
JSON(1),
|
JSON(1),
|
||||||
BSON(2),
|
BSON(2),
|
||||||
DIY(4),
|
DIY(64),
|
||||||
ALL(127);
|
ALL(127);
|
||||||
|
|
||||||
private final int value;
|
private final int value;
|
||||||
|
|||||||
Reference in New Issue
Block a user