puzhibing
2025-02-06 86e943f5e159dbb97d58cf8194e09d0b1d46406b
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/TParkingRecord.java
@@ -128,5 +128,13 @@
    @TableField(exist = false)
    private String parkName;
    @ApiModelProperty(value = "查看按钮权限 ")
    @TableField(exist = false)
    private Boolean authInfo = true;
    @ApiModelProperty(value = "已出场按钮权限 ")
    @TableField(exist = false)
    private Boolean authOut = true;
}