using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace QMAPP.MESReport.Web.Models { public class TestEChartModel { public string Cate { set; get; } public string SubCate { set; get; } public string Week { set; get; } public string Max { set; get; } public string Min { set; get; } public string TypeValue { set; get; } public string Value { set; get; } public string StackValue { set; get; } public string Name { set; get; } public double PersonHeight { set; get; } public double PersonWeight { set; get; } public double Diameter { set; get; } } }