Ready to Test
This commit is contained in:
11
Shared/DataModels/HeaderCommon.cs
Normal file
11
Shared/DataModels/HeaderCommon.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace OI.Metrology.Shared.DataModels;
|
||||
|
||||
public class HeaderCommon
|
||||
{
|
||||
public long ID { get; set; }
|
||||
public DateTime InsertDate { get; set; }
|
||||
public Guid AttachmentID { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public string? Recipe { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
}
|
Reference in New Issue
Block a user