@@ -14,7 +14,7 @@ import java.util.List;
*/
@EqualsAndHashCode(callSuper = true)
@Data
-public class SellerCatVo extends BpOrderProductCart {
+public class SellerCartVo extends BpOrderProductCart {
/**
* 阶梯价格
@@ -34,5 +34,5 @@ public class ShopVo extends Shop {
* 协销购物车数据
- private List<SellerCatVo> sellerCatList;
+ private List<SellerCartVo> sellerCartList;
}