摘要: 1、依赖导入 <!-- https://mvnrepository.com/artifact/com.baomidou/mybatis-plus-boot-starter --> <dependency> <groupId>com.baomidou</groupId> <artifactId>myb 阅读全文
posted @ 2022-09-28 17:04 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: @TableField(updateStrategy = FieldStrategy.IGNORED) private String phoneNo; 因为联系人手机号码可以修改为空值,所以加@TableField(updateStrategy = FieldStrategy.IGNORED)注解, 阅读全文
posted @ 2022-09-28 16:28 难忘是想起 阅读(0) 评论(0) 推荐(0)