package com.lunhan.water.common.wechat.req; public class CreatePay_Amount { /** * 订单总金额,单位为分 示例值:100 */ private Long total; public Long getTotal() { return total; } public void setTotal(Long total) { this.total = total; } }