using Sln.Iot.Model.dao; using Sln.Iot.Repository.service.@base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sln.Iot.Repository.service { public interface IBaseAlarmRuleService : IBaseService { } }