Files
met08awct/Adaptation/Shared/Properties/ILogistics2.cs
2024-04-02 10:39:16 -07:00

14 lines
333 B
C#

namespace Adaptation.Shared.Properties;
public interface ILogistics2
{
public string MID { get; }
public string RunNumber { get; }
public string SatelliteGroup { get; }
public string PartNumber { get; }
public string PocketNumber { get; }
public string WaferLot { get; }
public string Recipe { get; }
}