1.数据注解--直接写在实体字段上;
2.FluentAPI ,写在OnModelCreating方法中;
3.1继承 IEntityTypeConfiguration方法,在注册在OnModelCreating方法中;