需要的包: 创建实体类 实现DbContext 注入DbContext到容器 添加MySql连接配置到配置文件 Code First 去做数据迁移 生成EF Core 迁移: dotnet ef migrations add InitialCreate