.Data
.vscode
Archive
Server
Shared
DataModels
RDS
AwaitingDispo.cs
AwaitingDisposition.cs
ColumnValue.cs
HeaderCommon.cs
InboundCommon.cs
InfinityQSBase.cs
InfinityQSDescriptor.cs
InfinityQSDescriptorV3.cs
InfinityQSEvent.cs
InfinityQSEventV3.cs
InfinityQSV3.cs
Pinned.cs
Result.cs
ToolType.cs
ToolTypeMetadata.cs
ToolTypeMetadataResult.cs
ToolTypeNameId.cs
WorkMaterial.cs
WorkMaterialOut.cs
Infineon
Models
Repositories
Services
ViewModels
OI.Metrology.Shared.csproj
Tests
View
.editorconfig
.gitignore
OI-Metrology.sln
README.md
azure-pipelines-server-development.yml
azure-pipelines-server.yml
package.json
15 lines
405 B
C#
15 lines
405 B
C#
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; }
|
|
|
|
} |