DDD Aggregate Root / Repository Structure
问题 I am new to this, so my understanding is still flaky. I have a Person model and an AccountType model in my project. Each person references an account type. Now if my understanding is correct a Person is definitely an aggregate root, whereas the AccountType probably isn't as the entries in the account type table are going to be pretty much static and are certainly have no meaning outside of a Person. However when I create a new person I need to set the account type, so it would seem I need a