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

@@ -8,7 +8,7 @@ namespace CRSim.ScreenSimulator.Abstractions
{
ITimeService TimeService { get; }
Dispatcher UIDispatcher { get; set; }
void LoadData(Station station, string ticketCheck, string platform);
void LoadData(Station station, TicketCheck? ticketCheck, string platform);
string? Text { get; set; }
Uri Video { get; set; }
int Location { get; set; }