namespace PdmSwPlugin.PriceCheck.Param { public class ModelInfo { public string type { get; set; } public string stuff { get; set; } public string surfaceTreatment { get; set; } public string heatTreatment { get; set; } } }