13 lines
311 B
C#
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; }
|
|
|
|
} |