添加无人机SN号 snNumber
This commit is contained in:
parent
ce96ca3988
commit
d153ed9780
|
|
@ -90,4 +90,7 @@ public class DockWithGPSVO implements Serializable {
|
|||
@Schema(description = "充放电状态")
|
||||
private String chargingStatus;
|
||||
|
||||
@Schema(description = "无人机SN号")
|
||||
private String snNumber;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue