sharding/samples/Samples.AbpSharding/IShardingKeyId.cs

12 lines
187 B
C#
Raw Normal View History

2021-10-22 23:19:43 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Samples.AbpSharding
{
public interface IShardingKeyIsGuId
{
}
}