...
|
...
|
@@ -6,6 +6,7 @@ import com.yohobuy.ufo.model.order.common.OrderAttributes; |
|
|
import com.yohobuy.ufo.model.order.constants.SellerDepositOrderListType;
|
|
|
import com.yohobuy.ufo.model.order.req.SellerDepositOrderListReq;
|
|
|
import com.yohobuy.ufo.model.order.req.SellerDepositOrderPrdListReq;
|
|
|
import com.yohobuy.ufo.model.order.resp.DepositOrderInStorePrdListResp;
|
|
|
import com.yohobuy.ufo.model.order.resp.PageResp;
|
|
|
import com.yohobuy.ufo.model.order.resp.SellerDepositOrderListResp;
|
|
|
import com.yohobuy.ufo.model.order.vo.GoodsVo;
|
...
|
...
|
@@ -127,6 +128,11 @@ public class SellerDepositOrderListService { |
|
|
.productList(productList)
|
|
|
.build();
|
|
|
}
|
|
|
|
|
|
public PageResp<DepositOrderInStorePrdListResp> getDepositOrderListInStore(SellerDepositOrderPrdListReq req){
|
|
|
return null;
|
|
|
}
|
|
|
|
|
|
OrderAttributes getOrderAttributes(){
|
|
|
return OrderAttributes.DEPOSITE;
|
|
|
}
|
...
|
...
|
|