From 50f5ab61c762ffe2ab2af2c6df696e8e7613faa5 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Mon, 19 Jun 2023 18:11:06 +0800 Subject: [PATCH] - --- Src/Asp.NetCore2/SqlSugar/Realization/MySql/MySqlProvider.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/Asp.NetCore2/SqlSugar/Realization/MySql/MySqlProvider.cs b/Src/Asp.NetCore2/SqlSugar/Realization/MySql/MySqlProvider.cs index 952452c8c..f69d34414 100644 --- a/Src/Asp.NetCore2/SqlSugar/Realization/MySql/MySqlProvider.cs +++ b/Src/Asp.NetCore2/SqlSugar/Realization/MySql/MySqlProvider.cs @@ -1,4 +1,5 @@ using MySqlConnector; +using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Data;