添加充放电状态
This commit is contained in:
parent
f67d2cfaf3
commit
bedad1228b
|
|
@ -169,10 +169,18 @@ public class DockDetailVO extends DockVO {
|
|||
/**
|
||||
* 充放电状态
|
||||
*/
|
||||
@Schema(description = "充放电状态")
|
||||
@Schema(description = "充放电状态 空闲: FREE 充电中: CHARGING")
|
||||
@Excel(name = "充放电状态")
|
||||
private String chargingStatus;
|
||||
|
||||
|
||||
/**
|
||||
* 电量百分比
|
||||
*/
|
||||
@Schema(description = "电量百分比")
|
||||
@Excel(name = "电量百分比")
|
||||
private Integer capacity_percent;
|
||||
|
||||
/**
|
||||
* 舱内温度
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue