namespace OI.Metrology.Shared.ViewModels;

public class RunInfo
{
    public int ToolTypeID { get; set; }
    public int HeaderID { get; set; }
    public Guid HeaderAttachmentID { get; set; }
}