namespace ProductionSystem_Model.ViewModel.Request { public class QueryResultVM : BaseQuery { public string ProductType { get; set; } public string ProductCode { get; set; } } }