|
@@ -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)表控制层
|
|
|
*
|