package com.moral.mapper; import java.util.List; import java.util.Map; public interface RealWeatherMapper { void insertRealWeather(List> list); }