case 4051

This commit is contained in:
2021-12-31 00:47:22 +00:00
parent d32148a09f
commit 2df3525b07
4 changed files with 45 additions and 11 deletions

View File

@@ -28,8 +28,7 @@ namespace AyaNova.Models
//MIGRATE_OUTSTANDING this needs to be set in migrate v8 once workorderitemloan is coded and importable
public long? WorkOrderItemLoanId { get; set; }
[NotMapped]
public string WorkOrderItemLoanViz { get; set; }
[Required]
public decimal RateHour { get; set; }
@@ -64,7 +63,21 @@ namespace AyaNova.Models
[NotMapped]
public string UnitViz { get; set; }
[NotMapped]
public string WorkOrderCustomerViz { get; set; }
[NotMapped]
public string WorkOrderSerialViz { get; set; }
[NotMapped]
public string WorkOrderRateViz { get; set; }
[NotMapped]
public decimal WorkOrderQuantityViz { get; set; }
[NotMapped]
public DateTime? WorkOrderOutDateViz { get; set; }
[NotMapped]
public DateTime? WorkOrderDueDateViz { get; set; }
[NotMapped]
public DateTime? WorkOrderReturnDateViz { get; set; }
public LoanUnit()
{