KKSU
2023-11-24 8143212a0a278d2b72fa2caf0e8c7a4f5a13e763
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;
}