17 lines
377 B
C#
17 lines
377 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; }
|
|
|
|
}
|
|
|
|
} |