日期: {date:yyyy年MM月dd日}
累计进水量: {totalInflow:F1} m³ | 累计出水量: {totalOutflow:F1} m³
平均进水流量: {avgInflow:F1} m³/h | 平均出水流量: {avgOutflow:F1} m³/h
最大进水流量: {maxInflow:F1} m³/h | 最大出水流量: {maxOutflow:F1} m³/h
记录数: {flowRecords.Count} 条
报警总数: {alarmRecords.Count} 条
未确认: {alarmRecords.Count(r => !r.IsConfirmed)} 条
已确认: {alarmRecords.Count(r => r.IsConfirmed)} 条
| 时间 | 类型 | 内容 | 级别 | 状态 |
|---|---|---|---|---|
| {a.AlarmTime:HH:mm:ss} | {a.AlarmType} | {a.AlarmMessage} | {a.AlarmLevel} | {(a.IsConfirmed ? "已确认" : "未确认")} |
期间: {year}年{month}月
累计进水量: {totalInflow:F1} m³ | 累计出水量: {totalOutflow:F1} m³
平均进水流量: {avgInflow:F1} m³/h | 平均出水流量: {avgOutflow:F1} m³/h
报警总数: {alarmRecords.Count} 条
有效记录天数: {dailyStats.Count} 天
| 日期 | 平均进水 (m³/h) | 平均出水 (m³/h) | 记录数 |
|---|---|---|---|
| {d.Date:MM-dd} | {d.AvgInflow:F1} | {d.AvgOutflow:F1} | {d.Count} |