提交 fa41262f authored 作者: andrei's avatar andrei

issue#611

上级 90e9bd49
...@@ -727,6 +727,7 @@ public class DataType { ...@@ -727,6 +727,7 @@ public class DataType {
// "java.lang.Short"; // "java.lang.Short";
return Short.class.getName(); return Short.class.getName();
case Value.INT: case Value.INT:
case Value.ENUM:
// "java.lang.Integer"; // "java.lang.Integer";
return Integer.class.getName(); return Integer.class.getName();
case Value.LONG: case Value.LONG:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论