This commit is contained in:
yangsy
2025-08-14 12:51:20 +08:00
parent 542625c1d6
commit 941984447b
8 changed files with 381 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
export interface Station {
id: string;
// id: string;
code: string;
name: string;
online: boolean;