This commit is contained in:
孙小云 2026-02-03 09:45:44 +08:00
parent 1ef708f925
commit 0db6eecceb
1 changed files with 4 additions and 0 deletions

View File

@ -86,4 +86,8 @@ public class DockWithGPSVO implements Serializable {
@Schema(description = "电量百分比")
private Integer capacity_percent;
/** 充放电状态 */
@Schema(description = "充放电状态")
private String chargingStatus;
}