| File was renamed from src/main/java/com/nq/controller/backend/AdminPendingOrderController.java |
| | |
| | | package com.nq.controller.backend; |
| | | package com.nq.controller.admin; |
| | | |
| | | import com.nq.common.ServerResponse; |
| | | import com.nq.service.UserPendingorderService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | |
| | | @RestController |
| | | @RequestMapping({"/admin/pendingorder/"}) |