| | |
| | | public class SalesDetailVO { |
| | | // 基础信息 |
| | | private Long id; // 主键ID[8] |
| | | private String huiMinName; // 惠民卡名称 |
| | | private Integer huiMinType; // 惠民卡类型(1:年度卡,2:年内卡) |
| | | private String huiMinName; // 玩湃惠民卡名称 |
| | | private Integer huiMinType; // 玩湃惠民卡类型(1:年度卡,2:年内卡) |
| | | private BigDecimal salesMoney; // 售卖金额(精确计算) |
| | | |
| | | // 关联信息 |
| | |
| | | private Integer appUserId; // 购买用户ID |
| | | private String userName; // 购买用户 |
| | | private String phone; // 联系电话 |
| | | private Integer carId; // 惠民卡id |
| | | private Integer carId; // 玩湃惠民卡id |
| | | |
| | | // 时间信息 |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |