fix json type serializable

This commit is contained in:
songhaozhi 2019-12-16 12:54:00 +08:00
parent b9da8c7dc8
commit 6e4c2a5ff1
1 changed files with 1 additions and 0 deletions

View File

@ -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;