余额充值

This commit is contained in:
wangh 2023-11-13 16:53:12 +08:00
parent c31617ed7f
commit 70e1dc3d3d
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,2 @@
package com.fuint.business.marketingActivity.cardValue.dto;public class CardValueRecordDTO {
}

View File

@ -12,6 +12,8 @@ import java.math.BigDecimal;
@ExcelIgnoreUnannotated
public class LJUserVo extends BaseEntity {
private Integer id;
private Integer balanceId;
// 会员号
@ExcelProperty(value = "会员号")
@ -54,7 +56,10 @@ public class LJUserVo extends BaseEntity {
@ExcelProperty(value = "积分余额")
private Integer points;
// 出生日期
// 成长值
private Integer growthValue;
// 出生日期
private String birthday;
// 车牌号