Enhanced Last Processed Data

IDescription.GetDescriptions with body
Nuget bump
Removed ~ logic
This commit is contained in:
2023-06-19 12:24:56 -07:00
parent 6498e3edb9
commit 652494d15f
10 changed files with 128 additions and 101 deletions

View File

@ -9,6 +9,7 @@ public class Header
public string Operator { get; set; }
public string Batch { get; set; }
public string Cassette { get; set; }
public bool UsedLast { get; set; }
public string Wafer { get; set; }
}