wuyouming666
2023-12-21 fa4d27ab5d5c9ae3a1ce84854ac318d6c03b9dae
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;