using HStation.Dto; using Yw.CAL; namespace HStation.CAL { /// /// 报警等级 /// public interface IAssetsElbowCoefficient : IBaseCAL { } }