MyBatis-Plus入門筆記

@TableField(exist = false) 忽略一些字段(數據庫沒有但又是必須的) 1: @TableName(「dic_license」) : 指定實體對應的數據庫表 2: @TableId 指定數據對應數據庫的主鍵隊列 3: @TableField(「name」) 直接指定對應數據庫的列 4: @TableField(exist=false) private String remar
相關文章
相關標籤/搜索