添加充放电状态

This commit is contained in:
孙小云 2026-01-29 10:18:41 +08:00
parent be438fe3dc
commit c9148fad9f
1 changed files with 1 additions and 1 deletions

View File

@ -84,6 +84,6 @@ public class DockWithGPSVO implements Serializable {
/** 电量 */
@Schema(description = "电量百分比")
private Integer batteryLevel;
private Integer capacity_percent;
}