using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation { /// /// /// public class Paras_Analy_Alarm { /// /// 中断分析频率 /// public int InterruptAnalyFrequency { get; set; } } }