This commit is contained in:
2022-01-23 23:43:04 +00:00
parent e9c3c48c9c
commit ec3e022859
2 changed files with 6 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ namespace AyaNova.Models
public long? UserId { get; set; }
[NotMapped]
public string UserViz { get; set; }
[Required]
public decimal EstimatedQuantity { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? StopDate { get; set; }