|
@@ -157,4 +157,7 @@ GoodsQueryBo extends BaseEntity {
|
|
|
|
|
|
@ApiModelProperty("排序模式 1默认 2价格从低到高 3价格从高到低")
|
|
@ApiModelProperty("排序模式 1默认 2价格从低到高 3价格从高到低")
|
|
private Integer sortType;
|
|
private Integer sortType;
|
|
|
|
+
|
|
|
|
+ @ApiModelProperty("订单商品ID")
|
|
|
|
+ private Long orderGoodsId;
|
|
}
|
|
}
|