🐛 Fix some issues in sepration of the Pass and Wallet service

This commit is contained in:
2026-02-04 00:04:54 +08:00
parent 9a1f36ee26
commit 148117c54a
18 changed files with 5157 additions and 158 deletions

View File

@@ -32,7 +32,7 @@ public class SnLottery : ModelBase
{
public Guid Id { get; init; } = Guid.NewGuid();
public SnAccount Account { get; init; } = null!;
[NotMapped] public SnAccount Account { get; init; } = null!;
public Guid AccountId { get; init; }
[Column(TypeName = "jsonb")]