Administrator
2025-05-15 1fc8fde81cbf79ebe95e927f9099cf94c2ccc6e5
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;