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