From 709a355ce52d7ec1159e9b755b958935469ae132 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 19 May 2025 14:20:26 +0800
Subject: [PATCH] refactor(pay): 优化微信支付二维码生成日志输出

---
 src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java b/src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java
index 186c047..f319ed2 100644
--- a/src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java
+++ b/src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java
@@ -32,6 +32,9 @@
     @ApiModelProperty(value = "原价")
     private String originalPrice;
 
+    @ApiModelProperty(value = "积分价格")
+    private String staticPropPrice;
+
     @ApiModelProperty(value = "现价")
     private String presentPrice;
 
@@ -74,4 +77,10 @@
 
     @ApiModelProperty(value = "3级代理价格")
     private BigDecimal levelThreePrice;
+
+    @ApiModelProperty(value = "是否收藏")
+    private Integer hasCollect;
+
+    @ApiModelProperty(value = "销量排名")
+    private Integer rank;
 }

--
Gitblit v1.9.1