feat: migrate snowflake ids and refresh migrations
This commit is contained in:
@@ -8,5 +8,5 @@ public interface IMultiTenantEntity
|
||||
/// <summary>
|
||||
/// 所属租户 ID。
|
||||
/// </summary>
|
||||
Guid TenantId { get; set; }
|
||||
long TenantId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user