panlili2024
2025-03-19 7c8ce9b9a7d3fc1aaa4a621e86415b25ad10a34f
1
2
3
4
5
6
7
8
9
10
11
12
package com.hdl.sdk.sourceos.bind;
 
import java.io.Serializable;
 
/**
 * Created by Tong on 2021/11/12.
 */
public interface BaseEvent extends Serializable {
 
    @EventType
    String getEventType();
}