11.15@EqualsAndHashCode(callSuper = true) 注解当 callSuper 为 true 时,equals 比较的值包括从父类继承过来的属性
例如:
123456// BaseModel.java@Dat
2022-11-15