test
This commit is contained in:
@@ -30,6 +30,9 @@ public interface TargetService {
|
||||
@WebappAPI
|
||||
Page<Target> readAllByProbeID(Long probeID, PageParams pageParams) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<Target> readAllTargetByProbeID(Long probeID) throws OverflowException;
|
||||
|
||||
Target increaseSensorCount(Long id) throws OverflowException;
|
||||
|
||||
Target decreaseSensorCount(Long id) throws OverflowException;
|
||||
|
||||
Reference in New Issue
Block a user