|
@@ -136,4 +136,30 @@ public class IotOperationMeetingRespVO {
|
|
|
|
|
|
|
|
@Schema(description = "本期回款环比", example = "0.45")
|
|
@Schema(description = "本期回款环比", example = "0.45")
|
|
|
private BigDecimal paymentPeriodOnPeriod;
|
|
private BigDecimal paymentPeriodOnPeriod;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description = "上一期收入(万元)")
|
|
|
|
|
+ private BigDecimal beforeRevenue;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description = "上一期挂账(万元)", example = "312.47")
|
|
|
|
|
+ private BigDecimal beforeOnAccount;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description = "上一期回款(万元)")
|
|
|
|
|
+ private BigDecimal beforePayment;
|
|
|
|
|
+
|
|
|
|
|
+ // 瑞恒公司 小计工作量 注气量
|
|
|
|
|
+ @Schema(description = "各项目计划注气量")
|
|
|
|
|
+ private BigDecimal companyPlanGasInjection;
|
|
|
|
|
+ @Schema(description = "各项目实际注气量")
|
|
|
|
|
+ private BigDecimal companyActualGasInjection;
|
|
|
|
|
+ @Schema(description = "注气完成比")
|
|
|
|
|
+ private BigDecimal companyGasCompletionRatio;
|
|
|
|
|
+ @Schema(description = "累计注气量")
|
|
|
|
|
+ private BigDecimal companyCumulativeGasInjection;
|
|
|
|
|
+
|
|
|
|
|
+ // 各公司同时具备
|
|
|
|
|
+ @Schema(description = "设备利用率")
|
|
|
|
|
+ private BigDecimal companyUtilizationRate;
|
|
|
|
|
+ @Schema(description = "设备利用率 环比")
|
|
|
|
|
+ private BigDecimal companyPeriodOnPeriod;
|
|
|
|
|
+
|
|
|
}
|
|
}
|