fix
Hentua
2023-05-09 67d97ae6582841418a9e2f9c0f3871d9c43302c1
src/main/java/cc/mrbird/febs/mall/vo/AdminMallMoneyFlowVo.java
@@ -17,6 +17,7 @@
    private BigDecimal amount;
    private Integer type;
    private Integer flowType;
    private String orderNo;
@@ -24,5 +25,9 @@
    private String description;
    private String remark;
    /**
     * 来源
     */
    private String fromMemberName;
}