Mapping change
This commit is contained in:
@ -14,23 +14,24 @@ public class Description : IDescription, Shared.Properties.IDescription
|
||||
public int Count { get; set; }
|
||||
public int Index { get; set; }
|
||||
|
||||
[JsonPropertyName("CURRENT_RECIPE_NAME")]
|
||||
public string PSN { get; set; } // Part
|
||||
|
||||
[JsonPropertyName("LotID")]
|
||||
public string Reactor { get; set; } // Process
|
||||
|
||||
public string MesEntity { get; set; }
|
||||
public string Date { get; set; }
|
||||
|
||||
[JsonPropertyName("PATTERNTYPE")]
|
||||
public string Employee { get; set; } // Item descriptor
|
||||
|
||||
[JsonPropertyName("SAMPLETYPE")]
|
||||
public string PSN { get; set; } // Item descriptor
|
||||
|
||||
[JsonPropertyName("ID")]
|
||||
public string RDS { get; set; } // Lot
|
||||
|
||||
[JsonPropertyName("LotID")]
|
||||
public string Reactor { get; set; } // Process
|
||||
[JsonPropertyName("PATTERNTYPE")]
|
||||
public string Recipe { get; set; } // Item descriptor
|
||||
|
||||
[JsonPropertyName("CURRENT_RECIPE_NAME")]
|
||||
public string Recipe { get; set; } // Part
|
||||
[JsonPropertyName("SAMPLETYPE")]
|
||||
public string Employee { get; set; } // Item descriptor
|
||||
|
||||
public string Date { get; set; }
|
||||
|
||||
string IDescription.GetEventDescription() => "File Has been read and parsed";
|
||||
|
||||
|
Reference in New Issue
Block a user