This commit is contained in:
xy
2025-07-09 16:05:26 +08:00
parent c3ac9b12f7
commit e0af988ce4
2 changed files with 19 additions and 4 deletions

View File

@@ -87,4 +87,6 @@ public interface CommonService {
List<StatisticalDataDTO> getEachModule(CommonQueryParam param);
StatisticalDataDTO getDataCounts(String lineId, String tableName, String columnName,String resultName, String phasic, String dataType, String clDid, String process,String startTime, String endTime);
List<StatisticalDataDTO> getModuleData(CommonQueryParam param);
}