2222
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user