|
@@ -1,6 +1,6 @@
|
|
|
package com.jiayue.ipfcst.common.data.entity;
|
|
|
|
|
|
-import com.jiayue.ipfcst.common.data.abst.AbstractForecastPowerHis;
|
|
|
+import com.jiayue.ipfcst.common.data.abst.AbstractForecastPower;
|
|
|
import lombok.Data;
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
@@ -16,6 +16,6 @@ import javax.persistence.Entity;
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
@Data
|
|
|
@Entity
|
|
|
-public class ForecastPowerShortTermOne extends AbstractForecastPowerHis {
|
|
|
+public class ForecastPowerShortTermOne extends AbstractForecastPower {
|
|
|
|
|
|
}
|