yangys
2024-05-19 9e5da8899bc21bb5b6b0a3c267108caa00199291
smart-starter-notify/src/main/java/com/qianwen/core/notify/event/SerializableNotifierEvent.java
@@ -3,7 +3,6 @@
import java.io.Serializable;
import java.util.Map;
/* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/event/SerializableNotifierEvent.class */
public class SerializableNotifierEvent implements Serializable {
    private boolean success;
    private String errorType;
@@ -16,7 +15,7 @@
    private String template;
    private Map<String, Object> context;
    /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/event/SerializableNotifierEvent$SerializableNotifierEventBuilder.class */
    public static class SerializableNotifierEventBuilder {
        private boolean success;
        private String errorType;