| | |
| | | import com.yeshi.fanli.entity.order.CommonOrder; |
| | | import com.yeshi.fanli.entity.order.ESOrder; |
| | | import com.yeshi.fanli.entity.pdd.PDDOrder; |
| | | import com.yeshi.fanli.entity.suning.SuningOrderInfo; |
| | | import com.yeshi.fanli.entity.taobao.TaoBaoOrder; |
| | | import com.yeshi.fanli.entity.taobao.TaoBaoWeiQuanOrder; |
| | | import com.yeshi.fanli.entity.vipshop.VipShopOrder; |
| | | import com.yeshi.fanli.exception.order.CommonOrderException; |
| | | import com.yeshi.fanli.vo.order.CommonOrderVO; |
| | | import com.yeshi.fanli.vo.order.OrderCountVO; |
| | |
| | | * @throws CommonOrderException |
| | | */ |
| | | public List<CommonOrderAddResultDTO> addJDOrder(JDOrder jdOrder, Long uid) throws CommonOrderException; |
| | | |
| | | |
| | | /** |
| | | * 添加唯品会订单 |
| | | * @Title: addVipShopOrder |
| | | * @Description: |
| | | * @param order |
| | | * @param uid |
| | | * @return |
| | | * @throws CommonOrderException |
| | | * List<CommonOrderAddResultDTO> 返回类型 |
| | | * @throws |
| | | */ |
| | | public List<CommonOrderAddResultDTO> addVipShopOrder(VipShopOrder order, Long uid) throws CommonOrderException; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 添加苏宁订单 |
| | | * @Title: addVipShopOrder |
| | | * @Description: |
| | | * @param order |
| | | * @param uid |
| | | * @return |
| | | * @throws CommonOrderException |
| | | * List<CommonOrderAddResultDTO> 返回类型 |
| | | * @throws |
| | | */ |
| | | public List<CommonOrderAddResultDTO> addSuningOrder(List<SuningOrderInfo> suningOrderList, Long uid) throws CommonOrderException; |
| | | |
| | | |
| | | /** |
| | | * 根据用户ID,订单状态,结算时间统计订单数量 |