|
@@ -46,6 +46,10 @@ public class IotRhDailyReportRespVO {
|
|
|
@ExcelProperty("施工状态")
|
|
@ExcelProperty("施工状态")
|
|
|
private String constructionStatusName;
|
|
private String constructionStatusName;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "施工工艺 label 区分 注氮 注天然气")
|
|
|
|
|
+ @ExcelProperty("施工工艺")
|
|
|
|
|
+ private String techniqueNames;
|
|
|
|
|
+
|
|
|
@Schema(description = "主键id", requiredMode = Schema.RequiredMode.REQUIRED, example = "5694")
|
|
@Schema(description = "主键id", requiredMode = Schema.RequiredMode.REQUIRED, example = "5694")
|
|
|
private Long id;
|
|
private Long id;
|
|
|
|
|
|
|
@@ -284,6 +288,5 @@ public class IotRhDailyReportRespVO {
|
|
|
@Schema(description = "任务施工工艺 value 区分 注氮 注天然气")
|
|
@Schema(description = "任务施工工艺 value 区分 注氮 注天然气")
|
|
|
private String technique;
|
|
private String technique;
|
|
|
|
|
|
|
|
- @Schema(description = "施工工艺 label 区分 注氮 注天然气")
|
|
|
|
|
- private String techniqueNames;
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|