export interface Station { code: string; name: string; online: boolean; ip: string; occ?: boolean; // 是否为控制中心 }