初始化
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.tongran.agent.client.service;
|
||||
|
||||
public interface AgentService {
|
||||
void systemCollectStart(String data);
|
||||
|
||||
void systemCollectStop();
|
||||
|
||||
void switchCollectStart(String data);
|
||||
|
||||
void switchCollectStop();
|
||||
}
|
||||
Reference in New Issue
Block a user