xiaoyong931011
2023-02-16 8a15901523b94c9ad80a782a0157e9b6a8056242
src/main/java/cc/mrbird/febs/mall/dto/ApiRechargeWalletDto.java
@@ -16,6 +16,9 @@
    @ApiModelProperty(value = "充值金额", example = "10")
    private BigDecimal amount;
    @ApiModelProperty(value = "充值单号", example = "10")
    private String rechargeNo;
    @ApiModelProperty(hidden = true)
    private Long memberId;