feat: migrate snowflake ids and refresh migrations
This commit is contained in:
@@ -8,7 +8,7 @@ public sealed class OrderCreatedEvent
|
||||
/// <summary>
|
||||
/// 订单标识。
|
||||
/// </summary>
|
||||
public Guid OrderId { get; init; }
|
||||
public long OrderId { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单编号。
|
||||
@@ -23,7 +23,7 @@ public sealed class OrderCreatedEvent
|
||||
/// <summary>
|
||||
/// 所属租户。
|
||||
/// </summary>
|
||||
public Guid TenantId { get; init; }
|
||||
public long TenantId { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建时间(UTC)。
|
||||
|
||||
Reference in New Issue
Block a user