mybatis-plus使用中的常見問題

  如何排除非表中字段? 三種方式選擇一種便可!html 使用 transient 修飾java private transient String noColumn; 使用 static 修飾mysql private static String noColumn; 使用 TableField 註解git @TableField(exist=false) private String noColu
相關文章
相關標籤/搜索