namespace TProduct.SettingModel { /// /// 各种导出 /// public class Export { public int TemplatePumpFeatReport { get; set; } = 1; public int TemplatePumpChartImage { get; set; } = 3; public int TemplatePumpChartCad { get; set; } = 3; } }