miemie vor 6 Monaten
Ursprung
Commit
13145ab814

+ 1 - 1
mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/test/metadata/TableInfoHelperTest.java

@@ -167,7 +167,7 @@ class TableInfoHelperTest {
 
     @Data
     @EqualsAndHashCode(callSuper = true)
-    @TableName(properties = {"id", "name"}, excludeProperty = {"id", "name"})
+    @TableName(properties = {"id", "name"}, excludeProperty = {"sex", "test"})
     private static class ModelFour2 extends BaseModel {
 
         private String sex;