How to include multiple tables from the same table?

前端 未结 0 385
孤城傲影
孤城傲影 2021-01-13 18:56

I have four tables/classes: Account, Contact, Type and Category. It\'s zero-to-one relationship.

class Contact {
    Type MyType;
    Account MyAccount;
}

cl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题