99
This commit is contained in:
15
Reportapi/FrameWork/SqlSugar/Utilities/CallContext.cs
Normal file
15
Reportapi/FrameWork/SqlSugar/Utilities/CallContext.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.Common;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
internal class CallContext
|
||||
{
|
||||
public static ThreadLocal<List<SqlSugarProvider>> ContextList = new ThreadLocal<List<SqlSugarProvider>>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user