This commit is contained in:
2021-03-01 22:36:42 +00:00
parent ae3d71894f
commit fc2713d5ef
3 changed files with 19 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ namespace AyaNova.Models
public decimal? DollarAmount { get; set; }
public bool? Active { get; set; }
public UserType UserType { get; set; }
[NotMapped]
public string UserTypeViz { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }
public string Notes { get; set; }
@@ -34,6 +36,8 @@ namespace AyaNova.Models
public User User { get; set; }
public long? UserId { get; set; }
[NotMapped]
public string UserViz { get; set; }
public Widget()
{