摘要: 1.添加nuget包 Pomelo.EntityFrameworkCore.MySql 2.新增一个继承于DbContext的类,如MySqlDbContext using Microsoft.EntityFrameworkCore; using System; using System.Colle 阅读全文
posted @ 2021-03-01 10:30 zzia615 阅读(164) 评论(0) 推荐(0)