添加充放电状态

This commit is contained in:
孙小云 2026-01-28 15:52:20 +08:00
parent f67d2cfaf3
commit bedad1228b
1 changed files with 9 additions and 1 deletions

View File

@ -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;
/**
* 舱内温度
*/