PDSF (Process Data Standard Format) to use EAF for
pushing to OI
This commit is contained in:
15
Shared/DataModels/InboundCommon.cs
Normal file
15
Shared/DataModels/InboundCommon.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace OI.Metrology.Shared.DataModels;
|
||||
|
||||
public class InboundCommon
|
||||
{
|
||||
|
||||
public string? CellName { get; set; }
|
||||
public int? Id { get; set; }
|
||||
public string? PSN { get; set; }
|
||||
public string? ProcessDataStandardFormat { get; set; }
|
||||
public string? RDS { get; set; }
|
||||
public string? Reactor { get; set; }
|
||||
public string? Recipe { get; set; }
|
||||
public string? Zone { get; set; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user