KKSU
2024-08-27 a29ec2e752a0735cfe9d4574a22f95bcf2618a14
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;
}