简体中文
主题
字段高级配置。
field.advanced=groovy:``` if (it.type().name() == "java.util.Date") { it.setJsonType("string") it.setFormat("date-time") } ```