KKSU
2024-04-17 4667dc8680a1bff172ce8151f9715b92d4159b88
src/main/java/cc/mrbird/febs/mall/entity/MallMoneyFlow.java
@@ -33,7 +33,7 @@
    private Long rtMemberId;
    /**
     * 提现状态 1-提现中2-成功 3-拒绝
     * 提现状态 1-进行中2-成功 3-拒绝
     */
    private Integer status;
@@ -52,5 +52,8 @@
    private String name;
    @TableField(exist = false)
    private String accountLogin;
    @TableField(exist = false)
    private String phone;
}