2022-10-10 17:35:21 -07:00

14 lines
354 B
C#

namespace Adaptation.FileHandlers.TIBCO.Transport;
public class Input
{
public string Area { get; set; }
public string EquipmentType { get; set; }
public string MID { get; set; }
public string Slot { get; set; }
public string MesEntity { get; set; }
public string Recipe { get; set; }
public string Sequence { get; set; }
}