This commit is contained in:
2023-10-13 14:46:47 +08:00
parent a0109b0967
commit 5f7ccf837b
7 changed files with 38 additions and 39 deletions

View File

@@ -6,6 +6,6 @@ import java.util.List;
public interface IBusinessService {
void testInterfaceByUserId(List<ExcelData> list,String startTime,String endTime);
void queryTelemetryData(String startTime,String endTime);
}