无关风月
2024-12-16 b8c20abe5c8a1ebd5227d5948ba310606fde5dc7
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/model/TChargingOrder.java
@@ -27,6 +27,10 @@
public class TChargingOrder extends BasePojo {
    private static final long serialVersionUID = 1L;
    @ApiModelProperty(value = "累计退款金额 前端忽略")
    @TableField(exist = false)
    private BigDecimal refundAmount1;
    @ApiModelProperty(value = "主键")
    @TableId(value = "id", type = IdType.NONE)