KKSU
2024-07-30 c1af5cf94920702b6aa962881365116542e88ab0
src/main/java/cc/mrbird/febs/mall/vo/AdminMallMoneyFlowVo.java
@@ -17,11 +17,16 @@
    private BigDecimal amount;
    private Integer type;
    private Integer flowType;
    private String orderNo;
    private String description;
    private String remark;
    /**
     * 来源
     */
    private String fromMemberName;
}