feat: migrate snowflake ids and refresh migrations
This commit is contained in:
@@ -8,7 +8,7 @@ namespace TakeoutSaaS.Domain.Queues.Entities;
|
||||
/// </summary>
|
||||
public sealed class QueueTicket : MultiTenantEntityBase
|
||||
{
|
||||
public Guid StoreId { get; set; }
|
||||
public long StoreId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 排队编号。
|
||||
|
||||
Reference in New Issue
Block a user