pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrStWeatherMapper.java
@@ -2,7 +2,10 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.dy.pipIrrGlobal.pojoPr.PrStWeather; import com.dy.pipIrrGlobal.voPr.VoMqttSimple; import org.apache.ibatis.annotations.Mapper; import java.util.List; /** * @Author: liurunyu @@ -19,6 +22,8 @@ PrStWeather selectByPrimaryKey(Long id); List<VoMqttSimple> selectAllSimple() ; int updateByPrimaryKeySelective(PrStWeather record); int updateByPrimaryKey(PrStWeather record);