问题

java @TableField(exist = false) 和@TableField(select = false) 的区别

在Java开发中,特别是使用MyBatis-Plus作为ORM框架时,会经常用到@TableField注解。该注解主要用于标识实体类中的字段与数据库表字段之间的映射关系。其中,@TableField(exist = false)和@TableField(select = false)是两个常用的属性