|
namespace ShardingCore.DbContexts.ShardingDbContexts
|
|
{
|
|
/*
|
|
* @Author: xjm
|
|
* @Description:
|
|
* @Date: 2021/03/09 00:00:00
|
|
* @Ver: 1.0
|
|
* @Email: 326308290@qq.com
|
|
*/
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public interface IShardingTableAccessor
|
|
{
|
|
ShardingTableContext Context { get; set; }
|
|
}
|
|
} |