xusl 2 lat temu
rodzic
commit
306c831160

+ 2 - 2
ipfcst/ipfcst-common/ipfcst-common-data/src/main/java/com/jiayue/ipfcst/common/data/entity/ForecastPowerShortTermOne.java

@@ -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 {
 
 }

+ 2 - 2
ipfcst/ipfcst-common/ipfcst-common-data/src/main/java/com/jiayue/ipfcst/common/data/entity/ForecastPowerShortTermTwo.java

@@ -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 ForecastPowerShortTermTwo extends AbstractForecastPowerHis {
+public class ForecastPowerShortTermTwo extends AbstractForecastPower {
 
 }