Ready to test
This commit is contained in:
13
Adaptation/FileHandlers/TIBCO/Transport/Item.cs
Normal file
13
Adaptation/FileHandlers/TIBCO/Transport/Item.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Adaptation.FileHandlers.TIBCO.Transport;
|
||||
|
||||
public class Item
|
||||
{
|
||||
public string Name { get; set; } //WaferLot //UniqueID
|
||||
public string Type { get; set; } //SatelliteGroup //Sort
|
||||
public string Number { get; set; } //PocketNumber //Slot
|
||||
public string Qty { get; set; } //1
|
||||
public string CarrierName { get; set; } //PROCESS_GROUP
|
||||
}
|
Reference in New Issue
Block a user