KKSU
2024-08-28 41c04c7de3211a2ee53f7e6e53653f8843c52e83
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;
}