Mike Phares 652494d15f Enhanced Last Processed Data
IDescription.GetDescriptions with body
Nuget bump
Removed ~ logic
2023-06-19 12:24:56 -07:00

13 lines
311 B
C#

namespace Adaptation.FileHandlers.QS408M;
public class LastProcessData
{
public string Title { get; set; }
public string Recipe { get; set; }
public string Date { get; set; }
public string Operator { get; set; }
public string Batch { get; set; }
public string Cassette { get; set; }
}