监测点按运行状态、前置机统计数据

This commit is contained in:
xy
2024-07-26 14:18:47 +08:00
parent 500b6c66bb
commit 2caeb0c264
14 changed files with 843 additions and 24 deletions

View File

@@ -14,6 +14,6 @@ public interface LineDetailMapper extends Mapper<LineDetail> {
List<LineDetailExcelBody> selectAllExcelData();
}