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

@@ -86,7 +86,7 @@ public sealed class Tenant : AuditableEntityBase
/// <summary>
/// 系统内对应的租户所有者账号 ID。
/// </summary>
public Guid? PrimaryOwnerUserId { get; set; }
public long? PrimaryOwnerUserId { get; set; }
/// <summary>
/// 租户当前状态,涵盖审核、启用、停用等场景。