KKSU
2024-08-29 b6be66a34281cc6a72d544a92244bcc876a2c773
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;
}