luodangjia
2024-11-01 915684f43f51f9a08ca8c91d585be1c5a2d0cfc5
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/TChargingGun.java
@@ -114,5 +114,9 @@
    @ApiModelProperty(value = "已充电百分比")
    @TableField(exist = false)
    private Integer soc;
    @ApiModelProperty(value = "完整编号(桩号+抢号)")
    @TableField("fullNumber")
    private String fullNumber;
}