@TableField(exist=false)注解

@TableField(exist=false)注解加在bean属性上,表示当前属性不是数据库表字段,但在项目中必须使用。

你可能感兴趣的:(笔记,MP,注解,spring,boot)