feat(map): 移除MapPointInfo接口中已废弃的currentFloor字段以保持与后端elevatorFloor字段统一

This commit is contained in:
xudan 2025-12-12 16:22:57 +08:00
parent bac228bb9d
commit 97760696a1

View File

@ -40,7 +40,6 @@ export interface MapPointInfo {
elevatorDirection?: number; // 电梯方向0-未知1-停止2-向上3-向下)
elevatorFrontDoorStatus?: number; // 电梯前门状态0-未知1-关2-正在开关3-开)
elevatorFloor?: number; // 电梯楼层0-未知)
currentFloor?: number; // 当前楼层(兼容旧字段)
lastUpdate?: number; // 最后更新时间戳
}
//#endregion