鞍钢鲅鱼圈能源管控系统后端代码
dengzedong
13 小时以前 47ddfa8fc7955617d3c52c6cc88f3c07fb561e41
影响因素20
已修改1个文件
135 ■■■■■ 文件已修改
ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/dto/CokingTraceDeviationDTO.java 135 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/dto/CokingTraceDeviationDTO.java
@@ -96,6 +96,141 @@
    @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;