This commit is contained in:
2021-05-07 23:34:09 +00:00
parent ec13b9265c
commit fb7f9c7919
2 changed files with 8 additions and 2 deletions

View File

@@ -11,10 +11,14 @@ namespace AyaNova.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
public long? UserId { get; set; }
[NotMapped]
public string UserViz { get; set; }
public decimal EstimatedQuantity { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? StopDate { get; set; }
public long? ServiceRateId { get; set; }
[NotMapped]
public string ServiceRateViz { get; set; }
//UTILITY FIELDS
[NotMapped]