springboot-vue3/src/main/java/com/example/springboot/service/StorageCageService.java
@@ -7,7 +7,9 @@ import com.example.springboot.entity.StorageCage; import com.example.springboot.entity.StorageTask; import com.example.springboot.mapper.HomeMapper; import org.springframework.stereotype.Service; @Service public class StorageCageService { @Autowired private HomeMapper homeMapper;