| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.moral.api.entity.HistoryHourly; |
| | | import com.moral.api.entity.HistoryMinutely; |
| | | import com.moral.api.pojo.dto.Wind.WindData; |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | // |
| | | // |
| | | // Map<String,Object> getDataByMac(@Param("mac") String mac,@Param("time") String time,@Param("yearAndMonth") String yearAndMonth); |
| | | void insertHistoryHourly(Map<String, Object> params); |
| | | |
| | | void updateHistoryHourly(Map<String, Object> params); |
| | | |
| | | List<HistoryHourly> listResult(Map<String, Object> params); |
| | | |
| | | List<HistoryHourly> listLikeResult(Map<String, Object> params); |
| | | |
| | | List<HistoryMinutely> HistoryMinutelyQuery(Map<String, Object> params); |
| | | } |