Mike Phares 7d61122159 MET08DDUPSP1TBI - v2.43.0 - Using EDA
Multiple Storage Paths and delete old way
2022-06-07 11:47:02 -07:00

10 lines
354 B
C#

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
}