version up

This commit is contained in:
insanity
2018-06-11 19:44:36 +09:00
parent 6ec79c35b5
commit b7f45f1019
2 changed files with 2 additions and 2 deletions

View File

@@ -44,5 +44,5 @@ public interface InfraService {
Page<Infra> readAllByDomainID(Long domainID, PageParams pageParams) throws OverflowException;
@WebappAPI
List<InfraZone> readAllInfraZoneByDomainID(Long domainID) throws OverflowException;
List<InfraZone> readAllInfraZoneByProbeDomainID(Long probeDomainID) throws OverflowException;
}