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