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