/** * 父菜單名稱 */ @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刪除。