jinpengyong
2023-08-28 a901d8910243b6c15c3ff7722d006e06d87ec6f6
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);
}