Files
AIagent/src/main/java/com/tongran/agent/client/service/AgentService.java
T
2025-09-10 15:36:49 +08:00

12 lines
224 B
Java

package com.tongran.agent.client.service;
public interface AgentService {
void systemCollectStart(String data);
void systemCollectStop();
void switchCollectStart(String data);
void switchCollectStop();
}