This commit is contained in:
2022-01-24 18:19:26 +00:00
parent c5655599b0
commit 7e455956dd
2 changed files with 24 additions and 23 deletions

View File

@@ -26,9 +26,13 @@ namespace AyaNova.Models
public string VendorSentViaViz { get; set; }
public string RMANumber { get; set; }
public string TrackingNumber { get; set; }
[Required]
public decimal RepairCost { get; set; }
[Required]
public decimal RepairPrice { get; set; }
[Required]
public decimal ShippingCost { get; set; }
[Required]
public decimal ShippingPrice { get; set; }
public DateTime? SentDate { get; set; }
public DateTime? ETADate { get; set; }