xiaoyong931011
2023-05-12 a21e76420d8df9a66ec98c395889ffcf5598654b
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,4 +31,12 @@
    private String phone;
    private String bindPhone;
    private String remark;
    private Integer type;
    private BigDecimal scoreCnt;
    private BigDecimal scorePrice;
}