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