xiaoyong931011
2023-10-13 751120d03b7e47ef82fbc4ac28e0628b15c1cd1e
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;
}