Ready to Test
This commit is contained in:
8
Shared/ViewModels/RunInfo.cs
Normal file
8
Shared/ViewModels/RunInfo.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace OI.Metrology.Shared.ViewModels;
|
||||
|
||||
public class RunInfo
|
||||
{
|
||||
public int ToolTypeID { get; set; }
|
||||
public int HeaderID { get; set; }
|
||||
public Guid HeaderAttachmentID { get; set; }
|
||||
}
|
Reference in New Issue
Block a user