using NPOI.Util; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace FrontendWebApi.Models { public class AlarmObixResult { public string alarm_timestamp { get; set; } public string device_number { get; set; } public List buildingAlarmDeviceAmount { get; set; } = new List(); } }