xiaoyong931011
2023-04-17 848a1f9caf6f7e7efe7c65b770cea3ad52512496
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;
}