package demo.mq;

public class WalletDeductReq {
  private String walletId;
  private Long amount;
}
