Changed to use both wm in and out

This commit is contained in:
2023-04-24 12:31:45 -07:00
parent c82a8790e7
commit 9774b0cc53
5 changed files with 61 additions and 65 deletions

View File

@ -3,13 +3,16 @@ namespace OI.Metrology.Shared.DataModels;
public class WorkMaterialOut
{
public int? InCassetteNumber { get; set; }
public int? InSlotNumber { get; set; }
public string? Layer { get; set; }
public int? OutCassetteNumber { get; set; }
public int? OutSlotNumber { get; set; }
public string? PSN { get; set; }
public string? Pocket { get; set; }
public int? Reactor { get; set; }
public string? RunDataSheet { get; set; }
public string? Scan { get; set; }
public int? SlotNumber { get; set; }
public string? Username { get; set; }
public string? Zone { get; set; }