mistakeeeeeeeeee
This commit is contained in:
parent
05f1cd8eff
commit
b64b33d44f
|
@ -16,10 +16,10 @@ import org.springframework.data.domain.Page;
|
||||||
*/
|
*/
|
||||||
public interface TargetService {
|
public interface TargetService {
|
||||||
|
|
||||||
Target regist(Target target, String probeID) throws OverflowException;
|
Target regist(Target target, Long probeID) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
void remove(Target target, String probeID) throws OverflowException;
|
void remove(Target target, 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