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

@@ -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; }
}