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

@@ -44,7 +44,7 @@ namespace CRSim.ScreenSimulator.ViewModels
OnPropertyChanged(nameof(FirstTrain));
OnPropertyChanged(nameof(SecondTrain));
}
public void LoadData(Station station, string _ticketCheck, string platform)
public void LoadData(Station station, TicketCheck? _ticketCheck, string platform)
{
var trains = station.TrainStops;
foreach (var trainNumber in trains)