ing
This commit is contained in:
@@ -2,7 +2,6 @@ package com.loafle.overflow.service.central.meta;
|
||||
|
||||
import com.loafle.overflow.core.annotation.WebappAPI;
|
||||
import com.loafle.overflow.core.exception.OverflowException;
|
||||
import com.loafle.overflow.model.meta.MetaInfraType;
|
||||
import com.loafle.overflow.model.meta.MetaTargetType;
|
||||
|
||||
import java.util.List;
|
||||
@@ -21,5 +20,5 @@ public interface MetaTargetTypeService {
|
||||
List<MetaTargetType> readAll() throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<MetaTargetType> readAllByMetaInfraType(MetaInfraType metaInfraType) throws OverflowException;
|
||||
List<MetaTargetType> readAllByMetaInfraTypeKey(String key) throws OverflowException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user