jinpengyong
2020-08-27 32983a583c99c190ecb4361d72b6f13cd06fefc7
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);
}