This commit is contained in:
2021-01-06 16:24:35 +00:00
parent 6ddaa489aa
commit 51059a1f31
2 changed files with 4 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ namespace AyaNova.Models
public List<string> Tags { get; set; }
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
[Required]