|
@@ -30,6 +30,14 @@ public class AppPointActivityDetailRespVO {
|
|
|
@Schema(description = "商品信息数组", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
private List<Product> products;
|
|
|
|
|
|
+ //======================= 显示所需兑换积分最少的 sku 信息 =======================
|
|
|
+
|
|
|
+ @Schema(description = "兑换积分", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
+ private Integer point;
|
|
|
+
|
|
|
+ @Schema(description = "兑换金额,单位:分", requiredMode = Schema.RequiredMode.REQUIRED, example = "15860")
|
|
|
+ private Integer price;
|
|
|
+
|
|
|
@Schema(description = "商品信息")
|
|
|
@Data
|
|
|
public static class Product {
|