yangys
2024-05-18 c9b04383c77f91ac309e37e70783edcf8a9298b5
smart-starter-log/src/main/java/com/qianwen/core/log/event/UsualLogEvent.java
@@ -3,7 +3,6 @@
import java.util.Map;
import org.springframework.context.ApplicationEvent;
/* loaded from: blade-starter-log-9.3.0.0-SNAPSHOT.jar:org/springblade/core/log/event/UsualLogEvent.class */
public class UsualLogEvent extends ApplicationEvent {
    public UsualLogEvent(Map<String, Object> source) {
        super(source);