This commit is contained in:
@@ -26,7 +26,7 @@ namespace AyaNova.Models
|
||||
|
||||
public string Serial { get; set; }
|
||||
//MIGRATE_OUTSTANDING this needs to be set in migrate v8 once workorderitemloan is coded and importable
|
||||
public long? WorkOrderItemLoanId { get; set; }//deliberately named for efcore relationship magic
|
||||
public long? WorkOrderItemLoanId { get; set; }
|
||||
|
||||
[Required]
|
||||
public decimal RateHour { get; set; }
|
||||
@@ -43,7 +43,7 @@ namespace AyaNova.Models
|
||||
|
||||
[Required]
|
||||
public LoanUnitRateUnit DefaultRate { get; set; }
|
||||
public long? UnitId { get; set; }//deliberately named for efcore relationship magic Shadow unit
|
||||
public long? UnitId { get; set; }//Shadow unit
|
||||
|
||||
|
||||
public LoanUnit()
|
||||
|
||||
Reference in New Issue
Block a user