using Yw.CAL; namespace HStation.CAL { /// /// 报警等级 /// public interface IXhsProject : IBaseCAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter, IUpdateUseStatus { } }