yangys
2024-05-18 c9b04383c77f91ac309e37e70783edcf8a9298b5
smart-core-tool/src/main/java/com/qianwen/core/tool/support/BeanDiff.java
@@ -6,7 +6,7 @@
import java.util.Set;
import com.qianwen.core.tool.utils.StringPool;
/* loaded from: blade-core-tool-9.3.0.0-SNAPSHOT.jar:org/springblade/core/tool/support/BeanDiff.class */
public class BeanDiff {
    private final Set<String> fields = new HashSet();
    private final Map<String, Object> oldValues = new HashMap();