cjl
2024-04-01 3c689f6b593a12a142543b6e922ee8c39c8c4e8a
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);
}