This commit is contained in:
2021-04-01 21:24:22 +00:00
parent 5b54497ddf
commit 84f394f2ed
4 changed files with 15 additions and 10 deletions

View File

@@ -11,9 +11,7 @@ namespace AyaNova.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
public string Notes { get; set; }
public long? UserId { get; set; }
public DateTime? TravelStartDate { get; set; }
public DateTime? TravelStopDate { get; set; }