package demo.mq;

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