|
@@ -11,6 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import java.util.Map;
|
|
|
|
|
@@ -22,7 +23,7 @@ import java.util.Map;
|
|
|
* @author zdz
|
|
|
* @since 2023-11-27
|
|
|
*/
|
|
|
-@Controller
|
|
|
+@RestController
|
|
|
@RequestMapping("/equOverhaulInventorySet")
|
|
|
public class EquOverhaulInventorySetController {
|
|
|
|