Browse Source

Remove Code

pull/6/head
sunkaixuna 3 years ago
parent
commit
250b1b2be3
  1. 1
      Src/Asp.Net/SqlSugar/Realization/MySql/MySqlProvider.cs
  2. 1
      Src/Asp.Net/SqlSugar/Realization/Oracle/OracleProvider.cs
  3. 1
      Src/Asp.Net/SqlSugar/Realization/Sqlite/SqliteProvider.cs

1
Src/Asp.Net/SqlSugar/Realization/MySql/MySqlProvider.cs

@ -3,7 +3,6 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Data; using System.Data;
using System.Data.Common; using System.Data.Common;
using System.Data.SqlClient;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;

1
Src/Asp.Net/SqlSugar/Realization/Oracle/OracleProvider.cs

@ -3,7 +3,6 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Data; using System.Data;
using System.Data.Common; using System.Data.Common;
using System.Data.SqlClient;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;

1
Src/Asp.Net/SqlSugar/Realization/Sqlite/SqliteProvider.cs

@ -2,7 +2,6 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Data; using System.Data;
using System.Data.Common; using System.Data.Common;
using System.Data.SqlClient;
using System.Data.SQLite; using System.Data.SQLite;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

Loading…
Cancel
Save