mybatis-plus使用中的常见问题

  如何排除非表中字段? 三种方式选择一种便可!html 使用 transient 修饰java private transient String noColumn; 使用 static 修饰mysql private static String noColumn; 使用 TableField 注解git @TableField(exist=false) private String noColu
相关文章
相关标签/搜索