忽略映射字段
mybatis-plus 忽略掉某个字段属性 @TableField(exist = false):表示该属性不为数据库表字段,但又是必须使用的。 @TableField(exist = true):表示该属性为数据库表字段。
hibernet 忽略掉某个字段属性 @Transient