|
@@ -2,9 +2,6 @@ package cn.newfeifan.mall.module.distri.controller.admin.integral.vo;
|
|
|
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.*;
|
|
|
-import java.util.*;
|
|
|
-import java.util.*;
|
|
|
-import org.springframework.format.annotation.DateTimeFormat;
|
|
|
import java.time.LocalDateTime;
|
|
|
import com.alibaba.excel.annotation.*;
|
|
|
|
|
@@ -23,11 +20,11 @@ public class IntegralRespVO {
|
|
|
|
|
|
@Schema(description = "当前积分")
|
|
|
@ExcelProperty("当前积分")
|
|
|
- private Integer currentQuota;
|
|
|
+ private Long currentQuota;
|
|
|
|
|
|
@Schema(description = "冻结积分")
|
|
|
@ExcelProperty("冻结积分")
|
|
|
- private Integer freezeQuota;
|
|
|
+ private Long freezeQuota;
|
|
|
|
|
|
@Schema(description = "用户类型", example = "17348")
|
|
|
@ExcelProperty("用户类型")
|