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; }
|
||||
}
|
||||
Reference in New Issue
Block a user