瀏覽代碼

维修工单

elis 2 年之前
父節點
當前提交
2fafe428b7

+ 3 - 4
nngkxxdp/src/main/java/com/example/nngkxxdp/program/controller/SRepairController.java

@@ -1,14 +1,13 @@
 package com.example.nngkxxdp.program.controller;
 
-import com.example.nngkxxdp.entity.SRepair;
-import com.example.nngkxxdp.service.SRepairService;
+
+import com.example.nngkxxdp.program.entity.SRepair;
+import com.example.nngkxxdp.program.service.SRepairService;
 import org.springframework.data.domain.Page;
 import org.springframework.data.domain.PageRequest;
 import org.springframework.http.ResponseEntity;
 import org.springframework.web.bind.annotation.*;
 
-import javax.annotation.Resource;
-
 /**
  * (SRepair)表控制层
  *

+ 3 - 4
nngkxxdp/src/main/java/com/example/nngkxxdp/program/controller/SWorkerController.java

@@ -1,14 +1,13 @@
 package com.example.nngkxxdp.program.controller;
 
-import com.example.nngkxxdp.entity.SWorker;
-import com.example.nngkxxdp.service.SWorkerService;
+
+import com.example.nngkxxdp.program.entity.SWorker;
+import com.example.nngkxxdp.program.service.SWorkerService;
 import org.springframework.data.domain.Page;
 import org.springframework.data.domain.PageRequest;
 import org.springframework.http.ResponseEntity;
 import org.springframework.web.bind.annotation.*;
 
-import javax.annotation.Resource;
-
 /**
  * (SWorker)表控制层
  *