!1032 购物车查询新增返回字段:商品类别ID

Merge pull request !1032 from 卢越/master-jdk17
This commit is contained in:
芋道源码 2024-08-08 05:08:39 +00:00 committed by Gitee
commit 257e3c6ae3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -22,4 +22,7 @@ public class AppProductSpuBaseRespVO {
@Schema(description = "商品主图地址", example = "https://www.iocoder.cn/xx.png") @Schema(description = "商品主图地址", example = "https://www.iocoder.cn/xx.png")
private String picUrl; private String picUrl;
@Schema(description = "商品分类编号", example = "1")
private Long categoryId;
} }