This commit is contained in:
crusader 2018-06-11 18:42:55 +09:00
parent a33f0309a5
commit f17349b932
2 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId>
<packaging>jar</packaging>
<version>1.0.29-SNAPSHOT</version>
<version>1.0.30-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name>
<properties>

View File

@ -20,4 +20,8 @@ public interface InfraHostIPService {
InfraHostIP readByInfraHostIDAndMetaIPTypeKeyAndAddress(Long infraHostID, String metaIPTypeKey, String address)
throws OverflowException;
InfraHostIP readByInfraHostInfraZoneIDAndMetaIPTypeKeyAndAddress(Long infraHostInfraZoneID, String metaIPTypeKey,
String address) throws OverflowException;
}