namespace ProductionSystem_Model.ViewModel.Request.Para { public class QueryParaColVM : BaseQuery { /// /// 产品型号 /// public string ProductType { get; set; } /// /// 参数类别 /// public string ParaCategory { get; set; } /// /// 参数名称 /// public string ParaName { get; set; } } }