package com.doumee.dao.business.dto; import lombok.Data; import java.math.BigDecimal; @Data public class YwCustomerRechargeConditionerDTO { private Integer customerId; private BigDecimal money; private String remark; }