This commit is contained in:
Putoo
2026-05-27 18:26:50 +08:00
parent 36a7575990
commit 0d5443ef36
28 changed files with 1043 additions and 25 deletions

View File

@@ -57,7 +57,7 @@ namespace Application.Domain.Entity
/// <summary>
/// bus
/// </summary>
[SugarColumn(IsNullable = true)]
public string? bus { get; set; }
[SugarColumn(IsNullable = true,IsJson = true)]
public List<NpcBus>? bus { get; set; }
}
}