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