陶杰
2024-11-27 f98f8be572e8701c7a3c5082a7087b8b44b22126
src/main/java/com/mzl/flower/entity/wallet/WalletWithdrawRecordDO.java
@@ -40,6 +40,12 @@
    private BigDecimal onceWithdrawAmount;
    /**
     * 提现类型
     */
    @ApiModelProperty(value = "提现类型")
    private String withdrawType;
    /**
     * 提现状态
     */
    @ApiModelProperty(value = "提现状态(提现中、提现成功、提现失败)")