updated code

This commit is contained in:
harish
2024-10-20 11:34:15 +05:30
parent f7e512908a
commit 13ddfeaabf
5 changed files with 38 additions and 14 deletions

View File

@@ -14,4 +14,5 @@ public interface HubService {
List<HubResponseBean> getAllHubs();
void deleteHub(Long hubId);
HubEntity getHubByUuid(String hubUuid);
HubResponseBean getHubByHubUuid(String uuid);
}