This commit is contained in:
2021-08-19 22:13:21 +00:00
parent 5bb0d6fa04
commit 446d5cd110
3 changed files with 91 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ namespace AyaNova.Models
public long Meter { get; set; }
public DateTime MeterDate { get; set; }
public long UnitId { get; set; }
public long? WorkOrderItemId { get; set; }
public long? WorkOrderItemUnitId { get; set; }
[NotMapped]
public string UnitViz { get; set; }
[NotMapped]