Multiple Tool Types for Run Headers
This commit is contained in:
@ -8,4 +8,6 @@ public class HeaderCommon
|
||||
public string? Title { get; set; }
|
||||
public string? Recipe { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public long ToolID { get; set; }
|
||||
public string? ToolName { get; set; }
|
||||
}
|
Reference in New Issue
Block a user