package com.dy.pipIrrGlobal.daoRm; import com.dy.pipIrrGlobal.pojoRm.RmWeatherHistory; /** * @Author: liurunyu * @Date: 2025/6/25 10:39 * @Description */ public interface RmWeatherHistoryMapper { int deleteByPrimaryKey(Long id); int insert(RmWeatherHistory record); int insertSelective(RmWeatherHistory record); RmWeatherHistory selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(RmWeatherHistory record); int updateByPrimaryKey(RmWeatherHistory record); }