diff --git a/das/src/main/java/com/das/modules/curve/domain/entity/TheoreticalPowerCurveEntity.java b/das/src/main/java/com/das/modules/curve/domain/entity/TheoreticalPowerCurveEntity.java index dca619a8..e1ecf375 100644 --- a/das/src/main/java/com/das/modules/curve/domain/entity/TheoreticalPowerCurveEntity.java +++ b/das/src/main/java/com/das/modules/curve/domain/entity/TheoreticalPowerCurveEntity.java @@ -13,7 +13,7 @@ import org.springframework.format.annotation.DateTimeFormat; import java.util.Date; -@TableName("sys_theoretical_power_curve") +@TableName("sys_turbine_specifications") @Data @NoArgsConstructor @AllArgsConstructor