jinpengyong
2020-08-03 a6f582f020df0c244024f8705fb44bc8621e7bee
1
2
3
4
5
6
7
8
9
package com.moral.mapper;
 
import java.util.List;
import java.util.Map;
 
public interface RealWeatherMapper {
 
    int insertRealWeather(List<Map<String,Object>> list);
}