余额充值
This commit is contained in:
parent
c31617ed7f
commit
70e1dc3d3d
@ -0,0 +1,2 @@
|
|||||||
|
package com.fuint.business.marketingActivity.cardValue.dto;public class CardValueRecordDTO {
|
||||||
|
}
|
@ -12,6 +12,8 @@ import java.math.BigDecimal;
|
|||||||
@ExcelIgnoreUnannotated
|
@ExcelIgnoreUnannotated
|
||||||
public class LJUserVo extends BaseEntity {
|
public class LJUserVo extends BaseEntity {
|
||||||
private Integer id;
|
private Integer id;
|
||||||
|
private Integer balanceId;
|
||||||
|
|
||||||
|
|
||||||
// 会员号
|
// 会员号
|
||||||
@ExcelProperty(value = "会员号")
|
@ExcelProperty(value = "会员号")
|
||||||
@ -54,7 +56,10 @@ public class LJUserVo extends BaseEntity {
|
|||||||
@ExcelProperty(value = "积分余额")
|
@ExcelProperty(value = "积分余额")
|
||||||
private Integer points;
|
private Integer points;
|
||||||
|
|
||||||
// 出生日期
|
// 成长值
|
||||||
|
private Integer growthValue;
|
||||||
|
|
||||||
|
// 出生日期
|
||||||
private String birthday;
|
private String birthday;
|
||||||
|
|
||||||
// 车牌号
|
// 车牌号
|
||||||
|
Loading…
Reference in New Issue
Block a user