namespace langguanApi.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; } } }