using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace LangGuan.Command.Model { /// /// /// public class columnView { /// /// /// public string hour { get; set; } /// /// a34004=PM2.5浓度,a34002=PM10,a34001=tsp浓度 /// public string type { get; set; } public double value { get; set; } } }