添加无人机SN号 snNumber

This commit is contained in:
孙小云 2026-03-12 09:10:14 +08:00
parent ce96ca3988
commit d153ed9780
1 changed files with 3 additions and 0 deletions

View File

@ -90,4 +90,7 @@ public class DockWithGPSVO implements Serializable {
@Schema(description = "充放电状态") @Schema(description = "充放电状态")
private String chargingStatus; private String chargingStatus;
@Schema(description = "无人机SN号")
private String snNumber;
} }