This commit is contained in:
孙小云 2026-02-06 16:56:53 +08:00
parent 635a3eeb18
commit 417f51294d
1 changed files with 2 additions and 4 deletions

View File

@ -147,10 +147,8 @@ public class DockDetailVO extends DockVO {
/** /**
* 机场状态 * 机场状态
*/ */
// @Schema(description = "机场运行状态: IDLE-空闲中, Debugging-现场调试/远程调试, Upgrading-固件升级中, Working-作业中, UNKNOWN-待标定, OFFLINE-离线", @Excel(name = "机场是否正常")
// allowableValues = {"IDLE", "Debugging", "Upgrading", "Working", "UNKNOWN", "OFFLINE"}) private String dockRunStatus;
// @Excel(name = "机场运行状态")
// private String dockRunStatus;
/** /**
* 舱内摄像头 * 舱内摄像头