From 4cd4807ca5a7490c8d7edac496a19d618bf9197e Mon Sep 17 00:00:00 2001 From: Roy Date: Sat, 19 Nov 2022 14:43:46 +0200 Subject: Statistics Fine Tuning Adaptation. --- Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs index eda91ab9e..196618f46 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs @@ -16,12 +16,14 @@ namespace Tango.PPC.Shared.Statistics public int MinLength { get; set; } public int MaxLength { get; set; } public List EndStatuses { get; set; } + public List JobDesignation { get; set; } public bool IncludeHeadCleaning { get; set; } public Filters() { RmlGuids = new List(); EndStatuses = new List(); + JobDesignation = new List(); } } } -- cgit v1.3.1