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