fix json type serializable
This commit is contained in:
parent
b9da8c7dc8
commit
6e4c2a5ff1
|
@ -45,6 +45,7 @@ public class DocClassUtil {
|
|||
case "java.time.localdate":
|
||||
case "java.math.bigdecimal":
|
||||
case "java.math.biginteger":
|
||||
case "java.io.serializable":
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue