xiaoyong931011
2023-05-09 aa861e83f2a7a5f99ed30d448c129c2032b71af6
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;
}