|
|
@ -81,4 +81,6 @@ public class ConsumeUser implements Serializable { |
|
|
private List<String> markets; // 地区列表 |
|
|
private List<String> markets; // 地区列表 |
|
|
@ExcelIgnore |
|
|
@ExcelIgnore |
|
|
private Integer flag; //是否为员工号 |
|
|
private Integer flag; //是否为员工号 |
|
|
|
|
|
@ExcelProperty("折扣金币") |
|
|
|
|
|
private BigDecimal price; // 折扣金币 |
|
|
} |
|
|
} |