package com.lunhan.water.entity.dto.pay; public class WeiXinPayNotifyDto_Amount { private Integer total; private String currency; private Integer payer_total; private String payer_currency; public Integer getTotal() { return total; } public void setTotal(Integer total) { this.total = total; } public String getCurrency() { return currency; } public void setCurrency(String currency) { this.currency = currency; } public Integer getPayer_total() { return payer_total; } public void setPayer_total(Integer payer_total) { this.payer_total = payer_total; } public String getPayer_currency() { return payer_currency; } public void setPayer_currency(String payer_currency) { this.payer_currency = payer_currency; } }