2022-07-26 09:34:09 -07:00

8 lines
197 B
C#

namespace OI.Metrology.Shared.ViewModels;
public class RunInfo
{
public int ToolTypeID { get; set; }
public int HeaderID { get; set; }
public Guid HeaderAttachmentID { get; set; }
}