KKSU
2025-01-08 a0bf7c7be9e52bf179db59117fc3660c24604a96
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;