xuhy
2024-10-18 b5a8762bf2c31c6465c721fa669fd807ffdbb5c2
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/TChargingGun.java
@@ -111,4 +111,8 @@
    @TableField("remark")
    private String remark;
    @ApiModelProperty(value = "已充电百分比")
    @TableField(exist = false)
    private Integer soc;
}