MET08DDUPSP1TBI - v2.43.4 - MeanThickness

This commit is contained in:
2022-09-13 08:15:25 -07:00
parent 65b4ae1463
commit 67f10dbc2e
3 changed files with 19 additions and 12 deletions

View File

@ -3,11 +3,12 @@ namespace Adaptation.FileHandlers.TIBCO.Transport;
public class Input
{
public string Sequence { get; set; }
public string Area { get; set; }
public string EquipmentType { get; set; }
public string MesEntity { get; set; }
public string MID { get; set; }
public string MeanThickness { get; set; }
public string MesEntity { get; set; }
public string Recipe { get; set; }
public string Sequence { get; set; }
}