feat: migrate snowflake ids and refresh migrations

This commit is contained in:
2025-12-02 09:04:37 +08:00
parent 462e15abbb
commit 148475fa43
174 changed files with 8020 additions and 34278 deletions

View File

@@ -10,7 +10,7 @@ public sealed class MapLocation : MultiTenantEntityBase
/// <summary>
/// 关联门店 ID可空表示独立 POI。
/// </summary>
public Guid? StoreId { get; set; }
public long? StoreId { get; set; }
/// <summary>
/// 名称。

View File

@@ -11,12 +11,12 @@ public sealed class NavigationRequest : MultiTenantEntityBase
/// <summary>
/// 用户 ID。
/// </summary>
public Guid UserId { get; set; }
public long UserId { get; set; }
/// <summary>
/// 门店 ID。
/// </summary>
public Guid StoreId { get; set; }
public long StoreId { get; set; }
/// <summary>
/// 来源通道小程序、H5 等)。