14 lines
		
	
	
		
			333 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			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; }
 | |
| 
 | |
| } |