case 4051
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user