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