初始化
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.tongran.agent.client.service;
|
||||
|
||||
import com.tongran.agent.client.core.vo.SystemVO;
|
||||
|
||||
public interface SystemService {
|
||||
SystemVO get();
|
||||
|
||||
String otherSystem(String type);
|
||||
}
|
||||
Reference in New Issue
Block a user