using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HBLConsole.Model { /// /// 报警频率 /// public class AlarmHz { public int Count { get; set; } public string Name { get; set; } } }