More Header Common
This commit is contained in:
@ -8,6 +8,9 @@ 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; }
|
||||
public long ToolTypeID { get; set; }
|
||||
public string? ToolTypeName { get; set; }
|
||||
public string? Reactor { get; set; }
|
||||
public string? RDS { get; set; }
|
||||
public string? PSN { get; set; }
|
||||
}
|
Reference in New Issue
Block a user