添加充放电状态
This commit is contained in:
parent
c9f43207a1
commit
be438fe3dc
|
|
@ -82,4 +82,8 @@ public class DockWithGPSVO implements Serializable {
|
||||||
@Schema(description = "经度")
|
@Schema(description = "经度")
|
||||||
private Double longitude;
|
private Double longitude;
|
||||||
|
|
||||||
|
/** 电量 */
|
||||||
|
@Schema(description = "电量百分比")
|
||||||
|
private Integer batteryLevel;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue