Administrator
2025-04-30 ae6f6e0be0c82cc801fc1a9bb0c7af91d8d02bff
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsListVo.java
@@ -74,4 +74,10 @@
    @ApiModelProperty(value = "3级代理价格")
    private BigDecimal levelThreePrice;
    @ApiModelProperty(value = "是否收藏")
    private Integer hasCollect;
    @ApiModelProperty(value = "销量排名")
    private Integer rank;
}