xiaoyong931011
2023-10-30 c1ca2981080dbd1d487758fb5f16719aa6d68489
src/main/java/cc/mrbird/febs/mall/vo/AdminChatWithDrawVo.java
@@ -16,10 +16,12 @@
     * 昵称
     */
    private String nickName;
    private String phone;
    /**
     * 提现金额
     */
    private BigDecimal amount;
    private BigDecimal fee;
    /**
     * 1:内转 2:外转提现
     */
@@ -32,4 +34,6 @@
     * 1:成功 2:失败 3:进行中
     */
    private Integer state;
    private String addressType;
}