yonge %!s(int64=6) %!d(string=hai) anos
pai
achega
8f526c8317

+ 3 - 3
src/main/java/com/ym/mec/collectfee/controller/OrderController.java

@@ -1,13 +1,13 @@
 package com.ym.mec.collectfee.controller;
 
-import com.ym.mec.collectfee.core.BaseController;
-import com.ym.mec.collectfee.service.OrderService;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.web.bind.annotation.GetMapping;
 import org.springframework.web.bind.annotation.PostMapping;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 
+import com.ym.mec.collectfee.common.web.BaseController;
+import com.ym.mec.collectfee.service.OrderService;
+
 @RestController()
 @RequestMapping("order")
 public class OrderController extends BaseController {