zyy
2025-08-23 d0ceb7b82a0ccd7e553bca7abe2459e923bf1ddf
src/main/java/com/nq/controller/backend/AdminPendingOrderController.java
@@ -1,18 +1,14 @@
package com.nq.controller.backend;
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/"})
public class AdminPendingOrderController {
     @Autowired
    @Autowired
    UserPendingorderService userPendingorderService;