xiaoyong931011
2023-10-25 b3c8303ecd936182e2df4933dbf1ad167b81266e
src/main/java/cc/mrbird/febs/mall/vo/AdminMoneyChargeListVo.java
@@ -18,17 +18,25 @@
    private BigDecimal amount;
    private Integer type;
    private BigDecimal amountFee;
    private String orderNo;
    private BigDecimal amountReal;
    private String description;
    private String withdrawNo;
    private String remark;
    private Integer status;
    private String name;
    private String phone;
    private Integer status;
    private String bindPhone;
    private String remark;
    private Integer type;
    private BigDecimal scoreCnt;
    private BigDecimal scorePrice;
}