using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace MQTTServerSideAPI.Models { public class StateByecharts { public List tiame { get; set; } public List offcunot { get; set; } public List oncunot { get; set; } } }