test
This commit is contained in:
parent
b64b33d44f
commit
324df1c9c4
|
@ -19,7 +19,7 @@ public interface TargetService {
|
||||||
Target regist(Target target, Long probeID) throws OverflowException;
|
Target regist(Target target, Long probeID) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
void remove(Target target, Long probeID) throws OverflowException;
|
void remove(Long id, Long probeID) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
Target read(Long id) throws OverflowException;
|
Target read(Long id) throws OverflowException;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user