Compare commits
2 Commits
f21a0b32c2
...
c256461c59
| Author | SHA1 | Date |
|---|---|---|
|
|
c256461c59 | |
|
|
d153ed9780 |
|
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue