yangys
2024-04-09 5e7afb7c22b702b3ab725d0a762e6f5b8119a9df
1
2
3
4
5
6
7
8
package com.qianwen.core.notify;
 
/* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/Provider.class */
public interface Provider {
    String getId();
 
    String getName();
}