refactor: #141 #202 重构检票口/候车室数据结构

This commit is contained in:
denglihong2007
2025-08-10 16:46:36 +08:00
parent 9143d6b1ff
commit 9ad7ea432a
33 changed files with 450 additions and 533 deletions

View File

@@ -10,7 +10,7 @@ namespace CRSim.ScreenSimulator.Models
public string? Text { get; set; }
public Uri? Video { get; set; }
public Station? Station { get; set; }
public string? TicketCheck { get; set; }
public TicketCheck? TicketCheck { get; set; }
public string? PlatformName { get; set; }
public int? Loaction { get; set; }
}