Enhanced Last Processed Data
IDescription.GetDescriptions with body Nuget bump Removed ~ logic
This commit is contained in:
13
Adaptation/FileHandlers/QS408M/LastProcessData.cs
Normal file
13
Adaptation/FileHandlers/QS408M/LastProcessData.cs
Normal file
@ -0,0 +1,13 @@
|
||||
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; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user