From be3b4f5ca3634358ca1b9e40642788243294f186 Mon Sep 17 00:00:00 2001
From: dongyukun <1208714201@qq.com>
Date: 星期五, 27 六月 2025 14:15:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/dto/CokingTraceDeviationDTO.java |  206 +++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 196 insertions(+), 10 deletions(-)

diff --git a/ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/dto/CokingTraceDeviationDTO.java b/ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/dto/CokingTraceDeviationDTO.java
index 4af9c82..a6c8b4c 100644
--- a/ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/dto/CokingTraceDeviationDTO.java
+++ b/ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/dto/CokingTraceDeviationDTO.java
@@ -8,13 +8,13 @@
 
 
 /**
- * 焦化工序影响因数偏差值
+ * 焦化工序影响因素偏差值
  *
  * @author lirm ${email}
  * @since 1.0.0 2025-04-16
  */
 @Data
-@Schema(description = "焦化工序影响因数偏差值")
+@Schema(description = "焦化工序影响因素偏差值")
 public class CokingTraceDeviationDTO implements Serializable {
     private static final long serialVersionUID = 1L;
 
@@ -33,17 +33,203 @@
 	@Schema(description = "查询时间")
 	private String clock;
 
-	@Schema(description = "分组名称")
-	private String groupName;
+	@Schema(description = "一级指标-偏差值-名称")
+	private String ind1Name;
 
-	@Schema(description = "指标名称")
-	private String indName;
+	@Schema(description = "一级指标-偏差值-值")
+	private String ind1Value;
 
-	@Schema(description = "偏差值")
-	private String indValue;
+	@Schema(description = "一级指标-偏差值-单位")
+	private String ind1Unit;
 
-	@Schema(description = "单位")
-	private String indUnit;
+	@Schema(description = "二级指标-偏差值-名称")
+	private String ind2Name;
+
+	@Schema(description = "二级指标-偏差值-值")
+	private String ind2Value;
+
+	@Schema(description = "二级指标-偏差值-单位")
+	private String ind2Unit;
+
+	@Schema(description = "影响因素1-偏差值-名称")
+	private String fac1Name;
+
+	@Schema(description = "影响因素1-偏差值-值")
+	private String fac1Value;
+
+	@Schema(description = "影响因素1-偏差值-单位")
+	private String fac1Unit;
+
+	@Schema(description = "影响因素2-偏差值-名称")
+	private String fac2Name;
+
+	@Schema(description = "影响因素2-偏差值-值")
+	private String fac2Value;
+
+	@Schema(description = "影响因素2-偏差值-单位")
+	private String fac2Unit;
+
+	@Schema(description = "影响因素3-偏差值-名称")
+	private String fac3Name;
+
+	@Schema(description = "影响因素3-偏差值-值")
+	private String fac3Value;
+
+	@Schema(description = "影响因素3-偏差值-单位")
+	private String fac3Unit;
+
+	@Schema(description = "影响因素4-偏差值-名称")
+	private String fac4Name;
+
+	@Schema(description = "影响因素4-偏差值-值")
+	private String fac4Value;
+
+	@Schema(description = "影响因素4-偏差值-单位")
+	private String fac4Unit;
+
+	@Schema(description = "影响因素5-偏差值-名称")
+	private String fac5Name;
+
+	@Schema(description = "影响因素5-偏差值-值")
+	private String fac5Value;
+
+	@Schema(description = "影响因素5-偏差值-单位")
+	private String fac5Unit;
+
+	@Schema(description = "影响因素6-偏差值-名称")
+	private String fac6Name;
+
+	@Schema(description = "影响因素6-偏差值-值")
+	private String fac6Value;
+
+	@Schema(description = "影响因素6-偏差值-单位")
+	private String fac6Unit;
+
+	@Schema(description = "影响因素7-偏差值-名称")
+	private String fac7Name;
+
+	@Schema(description = "影响因素7-偏差值-值")
+	private String fac7Value;
+
+	@Schema(description = "影响因素7-偏差值-单位")
+	private String fac7Unit;
+
+	@Schema(description = "影响因素8-偏差值-名称")
+	private String fac8Name;
+
+	@Schema(description = "影响因素8-偏差值-值")
+	private String fac8Value;
+
+	@Schema(description = "影响因素8-偏差值-单位")
+	private String fac8Unit;
+
+	@Schema(description = "影响因素9-偏差值-名称")
+	private String fac9Name;
+
+	@Schema(description = "影响因素9-偏差值-值")
+	private String fac9Value;
+
+	@Schema(description = "影响因素9-偏差值-单位")
+	private String fac9Unit;
+
+	@Schema(description = "影响因素10-偏差值-名称")
+	private String fac10Name;
+
+	@Schema(description = "影响因素10-偏差值-值")
+	private String fac10Value;
+
+	@Schema(description = "影响因素10-偏差值-单位")
+	private String fac10Unit;
+
+	@Schema(description = "影响因素11-偏差值-名称")
+	private String fac11Name;
+
+	@Schema(description = "影响因素11-偏差值-值")
+	private String fac11Value;
+
+	@Schema(description = "影响因素11-偏差值-单位")
+	private String fac11Unit;
+
+	@Schema(description = "影响因素12-偏差值-名称")
+	private String fac12Name;
+
+	@Schema(description = "影响因素12-偏差值-值")
+	private String fac12Value;
+
+	@Schema(description = "影响因素12-偏差值-单位")
+	private String fac12Unit;
+
+	@Schema(description = "影响因素13-偏差值-名称")
+	private String fac13Name;
+
+	@Schema(description = "影响因素13-偏差值-值")
+	private String fac13Value;
+
+	@Schema(description = "影响因素13-偏差值-单位")
+	private String fac13Unit;
+
+	@Schema(description = "影响因素14-偏差值-名称")
+	private String fac14Name;
+
+	@Schema(description = "影响因素14-偏差值-值")
+	private String fac14Value;
+
+	@Schema(description = "影响因素14-偏差值-单位")
+	private String fac14Unit;
+
+	@Schema(description = "影响因素15-偏差值-名称")
+	private String fac15Name;
+
+	@Schema(description = "影响因素15-偏差值-值")
+	private String fac15Value;
+
+	@Schema(description = "影响因素15-偏差值-单位")
+	private String fac15Unit;
+
+	@Schema(description = "影响因素16-偏差值-名称")
+	private String fac16Name;
+
+	@Schema(description = "影响因素16-偏差值-值")
+	private String fac16Value;
+
+	@Schema(description = "影响因素16-偏差值-单位")
+	private String fac16Unit;
+
+	@Schema(description = "影响因素17-偏差值-名称")
+	private String fac17Name;
+
+	@Schema(description = "影响因素17-偏差值-值")
+	private String fac17Value;
+
+	@Schema(description = "影响因素17-偏差值-单位")
+	private String fac17Unit;
+
+	@Schema(description = "影响因素18-偏差值-名称")
+	private String fac18Name;
+
+	@Schema(description = "影响因素18-偏差值-值")
+	private String fac18Value;
+
+	@Schema(description = "影响因素18-偏差值-单位")
+	private String fac18Unit;
+
+	@Schema(description = "影响因素19-偏差值-名称")
+	private String fac19Name;
+
+	@Schema(description = "影响因素19-偏差值-值")
+	private String fac19Value;
+
+	@Schema(description = "影响因素19-偏差值-单位")
+	private String fac19Unit;
+
+	@Schema(description = "影响因素20-偏差值-名称")
+	private String fac20Name;
+
+	@Schema(description = "影响因素20-偏差值-值")
+	private String fac20Value;
+
+	@Schema(description = "影响因素20-偏差值-单位")
+	private String fac20Unit;
 
 	@Schema(description = "创建时间")
 	private Date createDate;

--
Gitblit v1.9.3