forked from screen_job
src/main/java/com/moral/mapper/RealWeatherMapper.java @@ -5,5 +5,5 @@ public interface RealWeatherMapper { void insertRealWeather(List<Map<String,Object>> list); int insertRealWeather(List<Map<String,Object>> list); }