update 电池报告算法

This commit is contained in:
Lemon
2026-03-09 14:34:06 +08:00
parent f80ff79e30
commit 49e0653507
3 changed files with 20 additions and 3 deletions

View File

@@ -23,4 +23,6 @@ public class BatteryChargeReportDTO {
* 1-web; 2-pdf
*/
private String reportType;
private String taskId;
}