...
|
...
|
@@ -2,14 +2,13 @@ package com.yoho.ufo.order.controller; |
|
|
|
|
|
import java.util.Map;
|
|
|
|
|
|
import com.yoho.ufo.service.model.ApiResponse;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import com.yoho.ufo.order.service.IBuyerOrderService;
|
|
|
import com.yoho.ufo.restapi.ApiResponse;
|
|
|
|
|
|
@RestController
|
|
|
@RequestMapping(value = "/sellerOrder")
|
...
|
...
|
|