This commit is contained in:
2021-02-22 15:33:50 +00:00
parent 9a1f4e25f2
commit ffec79c61b
2 changed files with 55 additions and 103 deletions

View File

@@ -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()