KKSU
2024-01-11 ada59d11d10c4a5db3c748c1997ee4992ee54b3a
src/main/java/cc/mrbird/febs/mall/vo/AdminMoneyChargeListVo.java
@@ -20,6 +20,8 @@
    private BigDecimal amountFee;
    private BigDecimal amountReal;
    private String withdrawNo;
    private Integer status;
@@ -29,5 +31,12 @@
    private String phone;
    private String bindPhone;
    private String remark;
    private Integer type;
    private BigDecimal scoreCnt;
    private BigDecimal scorePrice;
}