jinpengyong
2023-10-13 bb6856a82a588f05040b0410a9747ae8029bb3be
screen-job/src/main/java/com/moral/api/mapper/CityWeatherForecastMapper.java
@@ -1,5 +1,7 @@
package com.moral.api.mapper;
import java.util.List;
import com.moral.api.entity.CityWeatherForecast;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
@@ -13,4 +15,6 @@
 */
public interface CityWeatherForecastMapper extends BaseMapper<CityWeatherForecast> {
    void insertCityWeatherForecast(List<CityWeatherForecast> list);
}