一期项目框架搭建
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Service.Interface
|
||||
{
|
||||
/// <summary>
|
||||
/// 告警规则 服务接口
|
||||
/// </summary>
|
||||
public interface IAlertRuleService
|
||||
{
|
||||
// TODO: 定义 告警规则 相关方法
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user