KKSU
2024-02-27 9fb1a68d11a8928f2ba602dd68dc00d19ca7429f
src/main/java/cc/mrbird/febs/mall/vo/AdminMallMoneyFlowVo.java
@@ -16,18 +16,8 @@
    private BigDecimal amount;
    private Integer type;
    private Integer flowType;
    private String orderNo;
    private String description;
    private String remark;
    /**
     * 来源
     */
    private String fromMemberName;
}