11 lines
204 B
C#
11 lines
204 B
C#
namespace Service.Interface
|
|
{
|
|
/// <summary>
|
|
/// 告警规则 服务接口
|
|
/// </summary>
|
|
public interface IAlertRuleService
|
|
{
|
|
// TODO: 定义 告警规则 相关方法
|
|
}
|
|
}
|