@TableField

    /**
     * 父菜单名称
     */
    @TableField(exist=false)
    private String parentName;

@TableField(exist=false) 中的 exist=false 表示不是数据库字段,仅在使用实际操作中需要使用的字段。exist=true 表示是数据库字段

posted @ 2021-07-08 17:47  潜跃  阅读(535)  评论(0编辑  收藏  举报