wuyouming666
2023-12-21 ad71edbf0f9d2cf2bc46cd2ba1e0239f80949e68
springboot-vue3/src/main/java/com/example/springboot/controller/HomeController.java
@@ -47,18 +47,21 @@
@RequestMapping("/home")
public class HomeController {
  @Autowired
  HomeMapper homeMapper;
  @Autowired
  HomeService storageRackService;
  @Autowired
  SpianService spianService;
  @Autowired
  SpianMapper spianMapper;
  @Autowired
  OutSliceServive outSliceServive;
  @Autowired