namespace TProduct.SettingModel { public class PumpChartDisp { public string ColorQH { get; set; } = ""; public string ColorQE { get; set; } = ""; public string ColorQP { get; set; } = ""; public bool IsDispCurveName { get; set; } = false; } }