无关风月
2025-04-28 e7e7a3a2e5cd9aefa3e71dd05bbc5f6f4b88a1c0
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/entity/WorldCupPayment.java
@@ -19,7 +19,7 @@
    /**
     * 主键
     */
    @TableId(value = "id", type = IdType.INPUT)
    @TableId(value = "id", type = IdType.NONE)
    private Long id;
    /**
     * 支付流水号
@@ -77,6 +77,11 @@
    @TableField("refundOrderNo")
    private String refundOrderNo;
    /**
     * 退款金额
     */
    @TableField("refundAmount")
    private BigDecimal refundAmount;
    /**
     * 状态(1=正常,2=冻结,3=删除)
     */
    @TableField("state")