字段允许为null
(例如时间,有时间要置空,实体类上可以加上这个注解)
@TableField(strategy=FieldStrategy.IGNORED)

更多推荐

@TableField(strategy=FieldStrategy.IGNORED)字段允许为null