mistakeeeeeeeeee
This commit is contained in:
parent
05f1cd8eff
commit
b64b33d44f
|
@ -16,10 +16,10 @@ import org.springframework.data.domain.Page;
|
|||
*/
|
||||
public interface TargetService {
|
||||
|
||||
Target regist(Target target, String probeID) throws OverflowException;
|
||||
Target regist(Target target, Long probeID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
void remove(Target target, String probeID) throws OverflowException;
|
||||
void remove(Target target, Long probeID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Target read(Long id) throws OverflowException;
|
||||
|
|
Loading…
Reference in New Issue
Block a user