updated code
This commit is contained in:
@@ -14,4 +14,5 @@ public interface HubService {
|
||||
List<HubResponseBean> getAllHubs();
|
||||
void deleteHub(Long hubId);
|
||||
HubEntity getHubByUuid(String hubUuid);
|
||||
HubResponseBean getHubByHubUuid(String uuid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user