This commit is contained in:
@@ -63,12 +63,20 @@ namespace AyaNova.Models
|
||||
public AuthorizationRoles Roles { get; set; }
|
||||
[Required]
|
||||
public UserType UserType { get; set; }
|
||||
[NotMapped]
|
||||
public string UserTypeViz { get; set; }
|
||||
[MaxLength(255)]
|
||||
public string EmployeeNumber { get; set; }
|
||||
public string Notes { get; set; }
|
||||
public long? CustomerId { get; set; }
|
||||
[NotMapped]
|
||||
public string CustomerViz { get; set; }
|
||||
public long? HeadOfficeId { get; set; }
|
||||
[NotMapped]
|
||||
public string HeadOfficeViz { get; set; }
|
||||
public long? VendorId { get; set; }
|
||||
[NotMapped]
|
||||
public string VendorViz { get; set; }
|
||||
public string Wiki { get; set; }
|
||||
public string CustomFields { get; set; }
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user