This commit is contained in:
2021-09-08 18:49:06 +00:00
parent 04c0e660ce
commit 3dfe9fbbe2
3 changed files with 4 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ namespace AyaNova.Models
public string UnitViz { get; set; }
public long? WorkOrderItemId { get; set; }
[NotMapped]
public string WorkOrderItemViz { get; set; }
public string WorkOrderSerialViz { get; set; }
[Required]
public long RequestedByUserId { get; set; }
[NotMapped]