|
|
|
|
@ -55,9 +55,11 @@ public class ProductSpuDetailRespVO extends ProductSpuBaseVO {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// TODO @luowenfeng: categoryIds => categoryId,example 也要改下哈
|
|
|
|
|
@ApiModelProperty(value = "分类 id 数组,一直递归到一级父节点", example = "[1,2,4]")
|
|
|
|
|
private Long categoryIds;
|
|
|
|
|
|
|
|
|
|
// TODO @芋艿:在瞅瞅~
|
|
|
|
|
@ApiModelProperty(value = "规格属性修改和详情展示组合", example = "[{\"propertyId\":2,\"name\":\"内存\",\"propertyValues\":[{\"v1\":11,\"v2\":\"64G\"},{\"v1\":10,\"v2\":\"32G\"}]},{\"propertyId\":3,\"name\":\"尺寸\",\"propertyValues\":[{\"v1\":16,\"v2\":\"6.1\"},{\"v1\":15,\"v2\":\"5.7\"}]}]")
|
|
|
|
|
private List<ProductPropertyViewRespVO> productPropertyViews;
|
|
|
|
|
|
|
|
|
|
|