无关风月
2024-07-24 b23b243473fc9ab20ca62eebf3668c143e2e7d23
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;
    /**
     * 支付流水号
@@ -41,6 +41,11 @@
     */
    @TableField("payType")
    private Integer payType;
    /**
     * 支付单价
     */
    @TableField("unitPrice")
    private BigDecimal unitPrice;
    /**
     * 支付金额
     */
@@ -72,6 +77,11 @@
    @TableField("refundOrderNo")
    private String refundOrderNo;
    /**
     * 退款金额
     */
    @TableField("refundAmount")
    private BigDecimal refundAmount;
    /**
     * 状态(1=正常,2=冻结,3=删除)
     */
    @TableField("state")