xiaoyong931011
2023-04-24 be2af778a617c5ef01ac2ef669cd0071a80e31cf
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;
}