Mybatis-Plus 实体类使用临时字段

Mybatis-Plus   使用 数据库不存在的字段,可在实体类的属性加上 @TableField 注解

@TableField(exist=false)

原文地址:https://www.cnblogs.com/wongzzh/p/15030614.html