Files
IOT_API/Service/Implement/Inspection/AlertRuleService.cs
T
2026-08-27 17:10:56 +08:00

13 lines
245 B
C#

using Service.Interface;
namespace Service.Implement
{
/// <summary>
/// 告警规则 服务实现
/// </summary>
public class AlertRuleService : IAlertRuleService
{
// TODO: 实现 告警规则 相关方法
}
}