Files
tr-agent-client/src/main/java/com/tongran/agent/client/service/SystemService.java
T

10 lines
187 B
Java
Raw Normal View History

2025-09-10 15:36:49 +08:00
package com.tongran.agent.client.service;
import com.tongran.agent.client.core.vo.SystemVO;
public interface SystemService {
SystemVO get();
String otherSystem(String type);
}