Add Timestamps to joblisting
This commit is contained in:
@@ -13,6 +13,9 @@ namespace BoredCareers.Entities {
|
||||
public string JobType { get; set; } = "";
|
||||
public bool Remote { get; set; } = false;
|
||||
public string Description { get; set; } = "";
|
||||
public DateTime CreatedTime { get; set; }
|
||||
public DateTime ModifiedTime { get; set; }
|
||||
public bool IsDeleted { get; set; } = false;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user