Pu Zhibing
2025-02-14 42bf8a2dd15aec70cb5c38896472b7f759c67dcb
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;
}