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;
|
||||
|
||||
@WebappAPI
|
||||
void remove(Target target, Long probeID) throws OverflowException;
|
||||
void remove(Long id, Long probeID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Target read(Long id) throws OverflowException;
|
||||
|
Loading…
x
Reference in New Issue
Block a user