Compare commits

...

2 Commits

Author SHA1 Message Date
孙小云 c256461c59 Merge branch 'main' of http://th.local.t-aaron.com:13000/THENG/a-cloud-all 2026-03-12 09:10:57 +08:00
孙小云 d153ed9780 添加无人机SN号 snNumber 2026-03-12 09:10:14 +08:00
1 changed files with 3 additions and 0 deletions

View File

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