电池充电报告新增字段

This commit is contained in:
Lemon
2025-09-12 14:29:11 +08:00
parent d11383a04c
commit f4be531761
3 changed files with 25 additions and 3 deletions

View File

@@ -29,6 +29,12 @@ public class ChargeAlgorithmRecord extends BaseEntity {
@Excel(name = "订单编号")
private String orderCode;
private String taskId;
private String webUrl;
private String pdfUrl;
/**
* 总体得分
*/