12121
This commit is contained in:
12
Service/Application.Domain.Entity/model/MapBusTo.cs
Normal file
12
Service/Application.Domain.Entity/model/MapBusTo.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class MapBusTo
|
||||
{
|
||||
public string name { get; set; }
|
||||
public string mapId { get; set; }
|
||||
public string code { get; set; }
|
||||
public string par { get; set; }
|
||||
public int time { get; set; }
|
||||
public int sTime { get; set; }
|
||||
public int eTime { get; set; }
|
||||
}
|
||||
@@ -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