From ce6efce3a39483e5566ffb6bde0c7b4e75e93c20 Mon Sep 17 00:00:00 2001
From: luodangjia <luodangjia>
Date: 星期二, 14 一月 2025 21:47:49 +0800
Subject: [PATCH] 12.18

---
 ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/SeckillActivityVO.java |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/SeckillActivityVO.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/SeckillActivityVO.java
index c98ade5..072d806 100644
--- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/SeckillActivityVO.java
+++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/SeckillActivityVO.java
@@ -12,7 +12,10 @@
 public class SeckillActivityVO {
 
     @ApiModelProperty(value = "活动id")
-    private Integer id;
+    private String id;
+
+    @ApiModelProperty(value = "商品id")
+    private Integer goodsId;
 
     @ApiModelProperty(value = "商品名称")
     private String goodsName;
@@ -21,7 +24,7 @@
     private String introduction;
 
     @ApiModelProperty(value = "商品类型")
-    private String goodsType;
+    private Integer goodsType;
 
     @ApiModelProperty(value = "商品分类名称")
     private String goodsCategoryName;
@@ -47,6 +50,9 @@
     @ApiModelProperty(value = "基础售价")
     private BigDecimal sellingPrice;
 
+    @ApiModelProperty(value = "基础积分")
+    private Integer integral;
+
 
     @ApiModelProperty(value = "开始时间")
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")

--
Gitblit v1.7.1