ansteel-biz/src/main/java/com/iailab/module/ansteel/api/dto/CokingAnalyIndDTO.java
@@ -18,6 +18,9 @@ @Schema(description = "ID") private String id; @Schema(description = "关联ID") private String relId; @Schema(description = "分析类型") private String analyType; @@ -26,9 +29,6 @@ @Schema(description = "分析班次") private String analyClass; @Schema(description = "分析值") private String analyValue; @Schema(description = "内容") private String analyContent;