puzhibing
2024-10-28 304c09d7446aa1e3d637c4f78e8be5a55b27fd4a
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/TParkingRecord.java
@@ -41,7 +41,7 @@
    @TableField("license_plate")
    private String licensePlate;
    
    @TableField(exist = false)
    @TableField("name")
    private String name;
    
    @TableField(exist = false)
@@ -80,6 +80,14 @@
    @ApiModelProperty(value = "总费用")
    @TableField("order_amount")
    private BigDecimal orderAmount;
    @ApiModelProperty(value = "支付金额")
    @TableField("payment")
    private BigDecimal payment;
    @ApiModelProperty(value = "支付方式")
    @TableField("payType")
    private String payType;
    @ApiModelProperty(value = "状态(1=已进场,2=已出场,3=已缴费出场)")
    @TableField("status")