express order finished
This commit is contained in:
@@ -3,8 +3,11 @@ package com.peanut.modules.book.service;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.peanut.modules.book.entity.ExpressOrder;
|
||||
import com.peanut.modules.book.entity.UserAddress;
|
||||
import com.peanut.modules.book.vo.ExpressQueryResponseVo;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
@Service
|
||||
public interface ExpressOrderService extends IService<ExpressOrder> {
|
||||
/**
|
||||
@@ -14,7 +17,7 @@ public interface ExpressOrderService extends IService<ExpressOrder> {
|
||||
* @param expressOrder
|
||||
* @throws Exception
|
||||
*/
|
||||
String placeExpressOrder(UserAddress userAddress, ExpressOrder expressOrder);
|
||||
|
||||
Map<String, String> placeExpressOrder(UserAddress userAddress, ExpressOrder expressOrder);
|
||||
|
||||
ExpressQueryResponseVo queryExpressOrder(String ShipperCode, String LogisticCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user