Administrator
2025-05-12 8f14b9ec0015bdf96c7e7fa8aaa53195db5442ea
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;
}