Ready to test
This commit is contained in:
13
Adaptation/FileHandlers/TIBCO/Transport/Input.cs
Normal file
13
Adaptation/FileHandlers/TIBCO/Transport/Input.cs
Normal file
@ -0,0 +1,13 @@
|
||||
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 Recipe { get; set; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user