MVC 创建Controllers 发生 EntityType has no key defined error

发生如图错误

只需要在对应的类中指定Key即可
添加引用 : System.ComponentModel.DataAnnotations
参考:https://stackoverflow.com/questions/20203492/entitytype-has-no-key-defined-error

发生如图错误

只需要在对应的类中指定Key即可
添加引用 : System.ComponentModel.DataAnnotations
参考:https://stackoverflow.com/questions/20203492/entitytype-has-no-key-defined-error