fix
Hentua
2023-04-25 53527ce48ac92c402e4c83daa93c3017a71842af
src/main/java/cc/mrbird/febs/mall/vo/AdminMallMoneyFlowVo.java
@@ -18,10 +18,16 @@
    private Integer type;
    private Integer flowType;
    private String orderNo;
    private String description;
    private String remark;
    /**
     * 来源
     */
    private String fromMemberName;
}