摘要: .netCoreApi通过Dapper 连接Mysql数据库 1.NuGet搜索安装 Dapper&SapientGuardian.MySql.Data 2.新建user类(与数据库表字段对应) public class User_t { [Key] public string id { get; 阅读全文
posted @ 2022-01-18 22:10 起风了zzz 阅读(47) 评论(0) 推荐(0)