|
@@ -45,8 +45,8 @@ public class OrderGoodsQueryBo extends BaseEntity {
|
|
|
@ApiModelProperty("商品id")
|
|
|
private Long goodsId;
|
|
|
/** 商品id */
|
|
|
- @ApiModelProperty("商品id数组")
|
|
|
- private List<Long> goodsIds;
|
|
|
+ @ApiModelProperty("订单商品id数组")
|
|
|
+ private List<Long> orderGoodsIds;
|
|
|
/** 商品采集数据 */
|
|
|
@ApiModelProperty("商品采集数据")
|
|
|
private String goodsInputData;
|