Administrator
2025-05-19 9b51a95fa8bc9b3a86108c6900e17fc55f8db467
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;
@@ -77,4 +80,7 @@
    @ApiModelProperty(value = "是否收藏")
    private Integer hasCollect;
    @ApiModelProperty(value = "销量排名")
    private Integer rank;
}