This commit is contained in:
2021-09-03 18:26:53 +00:00
parent a6ca76534b
commit 507ac23094
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ namespace AyaNova.Models
public long WoSerial { get; set; }
public string CustomerName { get; set; }
public long CustomerId { get; set; }
public long? WoStatusIdId { get; set; }
public long? WoStatusId { get; set; }
public string StatusColor { get; set; }
public string StatusName { get; set; }
public string PartNumber { get; set; }