feat: migrate snowflake ids and refresh migrations
This commit is contained in:
@@ -11,12 +11,12 @@ public sealed class CheckoutSession : MultiTenantEntityBase
|
||||
/// <summary>
|
||||
/// 用户标识。
|
||||
/// </summary>
|
||||
public Guid UserId { get; set; }
|
||||
public long UserId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 门店标识。
|
||||
/// </summary>
|
||||
public Guid StoreId { get; set; }
|
||||
public long StoreId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 会话 Token。
|
||||
|
||||
Reference in New Issue
Block a user