This commit is contained in:
2020-10-15 22:17:27 -04:00
parent d67c7546ab
commit 82245a693f
4 changed files with 21 additions and 2 deletions

View File

@ -13,5 +13,6 @@ namespace COA.EnterpriseServices.DataAccess.Entities
public int CurrentCreditorProfileId { get; set; }
public int OriginalCreditorProfileId { get; set; }
public string AccountNumber { get; set; }
public string ReferenceNumber { get; set; }
}
}