Skip to content

Commit

Permalink
Merge pull request #357 from holeng-boxfusion-io/main
Browse files Browse the repository at this point in the history
Updated Account
  • Loading branch information
Lukeybooi committed Jul 4, 2023
2 parents 188ac50 + 6cf701b commit af6ed53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shesha-core/src/Shesha.Core/Domain/Account.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ public class Account : FullAuditedEntity<Guid>
public virtual Site PrimarySite { get; set; }

public virtual string AccountNo { get; set; }
[ReferenceList("Shesha.Core", "AccountStatus")]
public virtual RefListAccountStatus? Status { get; set; }
[ReferenceList("Shesha.Core", "AccountType")]
public virtual RefListAccountType? AccountType { get; set; }
public virtual DateTime? ActiveFromDate { get; set; }
public virtual DateTime? ActiveToDate { get; set; }
Expand Down

0 comments on commit af6ed53

Please sign in to comment.