renkang
2 天以前 4a99240038013c7d962040e6f8eabd2d72095fd7
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
}