Infineon.EAF.Runtime 2.49.0
net6.0 to net7.0 Removed hasRDS that was added for P2-LOW-RR
This commit is contained in:
18
Adaptation/FileHandlers/TIBCO/Transport/WorkMaterialOut.cs
Normal file
18
Adaptation/FileHandlers/TIBCO/Transport/WorkMaterialOut.cs
Normal file
@ -0,0 +1,18 @@
|
||||
namespace Adaptation.FileHandlers.TIBCO.Transport;
|
||||
|
||||
#nullable enable
|
||||
|
||||
public class WorkMaterialOut
|
||||
{
|
||||
|
||||
public string? Layer { get; set; }
|
||||
public string? PSN { get; set; }
|
||||
public string? Pocket { get; set; }
|
||||
public int? Reactor { get; set; }
|
||||
public string? RunDataSheet { get; set; }
|
||||
public string? Scan { get; set; }
|
||||
public int? SlotNumber { get; set; }
|
||||
public string? Username { get; set; }
|
||||
public string? Zone { get; set; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user