This commit is contained in:
Putoo
2026-07-09 11:29:19 +08:00
parent c75f597405
commit 270a486ae2
9 changed files with 210 additions and 6 deletions

View File

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