将数据库的字符串转成JSON
@TableField(typeHandler = JsonTypeHandler.class, jdbcType= JdbcType.VARCHAR)
private JSONObject jsonString;
将数据库的字符串转成JSONArray
@TableField(typeHandler = JsonTypeHandler.class, jdbcType= JdbcType.VARCHAR)
private JSONObject jsonString;