This commit is contained in:
parent
1ef708f925
commit
0db6eecceb
|
|
@ -86,4 +86,8 @@ public class DockWithGPSVO implements Serializable {
|
||||||
@Schema(description = "电量百分比")
|
@Schema(description = "电量百分比")
|
||||||
private Integer capacity_percent;
|
private Integer capacity_percent;
|
||||||
|
|
||||||
|
/** 充放电状态 */
|
||||||
|
@Schema(description = "充放电状态")
|
||||||
|
private String chargingStatus;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue