/** * 父菜单名称 */ @TableField(exist=false) private String parentName;
@TableField(exist=false) 中的 exist=false 表示不是数据库字段,仅在使用实际操作中需要使用的字段。exist=true 表示是数据库字段
/** * 父菜单名称 */ @TableField(exist=false) private String parentName;
@TableField(exist=false) 中的 exist=false 表示不是数据库字段,仅在使用实际操作中需要使用的字段。exist=true 表示是数据库字段
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。