mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
购物车查询添加返回商品类别ID
This commit is contained in:
parent
1eb07b8389
commit
17fa59249b
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user