xiaoyong931011
2023-04-13 f5beeeda5c8cad4ef29a4a875d5a05543657f1eb
src/main/java/cc/mrbird/febs/mall/dto/ApiRechargeWalletDto.java
@@ -13,6 +13,9 @@
    @ApiModelProperty(value = "1:普通充值 2:合伙人充值", example = "10")
    private Integer type;
    @ApiModelProperty(value = "代理申请ID", example = "10")
    private Long agentApplyId;
    @ApiModelProperty(value = "充值金额", example = "10")
    private BigDecimal amount;