修改命名添加更新readme
This commit is contained in:
parent
fc4b5462e8
commit
8bd7a79683
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
|
||||
namespace ShardingCore.Core
|
||||
{
|
||||
|
@ -17,7 +17,7 @@ namespace ShardingCore.Core
|
|||
/// SimpleShardingDateByDayVirtualRoute 分表
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
|
||||
public class ShardingKeyAttribute : Attribute
|
||||
public class ShardingTableKeyAttribute : Attribute
|
||||
{
|
||||
public const string DEFAULT_TAIL_PREFIX = "_";
|
||||
|
Loading…
Reference in New Issue