This commit is contained in:
@@ -15,9 +15,13 @@ namespace AyaNova.Models
|
||||
public long WorkOrderId { get; set; }
|
||||
[Required]
|
||||
public long WorkOrderStatusId { get; set; }
|
||||
|
||||
|
||||
public DateTime Created { get; set; } = DateTime.UtcNow;
|
||||
[Required]
|
||||
public long UserId { get; set; }
|
||||
[NotMapped]
|
||||
public string UserViz { get; set; }
|
||||
|
||||
//UTILITY FIELDS
|
||||
[NotMapped]
|
||||
|
||||
Reference in New Issue
Block a user