|
@@ -83,7 +83,7 @@ public class TXinyiForecastComparison extends BaseEntity
|
|
|
private BigDecimal jlForecastOne;
|
|
|
|
|
|
/** 机理模型预测值1误差率 */
|
|
|
- @Excel(name = "机理模型预测值1误差率")
|
|
|
+// @Excel(name = "机理模型预测值1误差率")
|
|
|
private BigDecimal jlErrorRateOne;
|
|
|
|
|
|
/** 机理模型预测值1差值 */
|
|
@@ -134,7 +134,7 @@ public class TXinyiForecastComparison extends BaseEntity
|
|
|
private BigDecimal jlForecastTwo;
|
|
|
|
|
|
/** 机理模型预测值2误差率 */
|
|
|
- @Excel(name = "机理模型预测值2误差率")
|
|
|
+// @Excel(name = "机理模型预测值2误差率")
|
|
|
private BigDecimal jlErrorRateTwo;
|
|
|
|
|
|
/** 机理模型预测值2差值 */
|
|
@@ -185,7 +185,7 @@ public class TXinyiForecastComparison extends BaseEntity
|
|
|
private BigDecimal jlForecastThree;
|
|
|
|
|
|
/** 机理模型预测值3误差率 */
|
|
|
- @Excel(name = "机理模型预测值3误差率")
|
|
|
+// @Excel(name = "机理模型预测值3误差率")
|
|
|
private BigDecimal jlErrorRateThree;
|
|
|
|
|
|
/** 机理模型预测值3差值 */
|