jinpengyong
2020-08-27 2e93dd3cef6779661fe5b180c23eaf23d37d6775
src/main/java/com/moral/mapper/RealWeatherMapper.java
@@ -5,5 +5,8 @@
public interface RealWeatherMapper {
    void insertRealWeather(List<Map<String,Object>> list);
    int insertRealWeather(List<Map<String,Object>> list);
    List<Map<String,Object>> getTempAndCloud(Map<String,Object> params);
}