|  |  |  | 
|---|
|  |  |  | package com.dy.pipIrrGlobal.daoRm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoRm.RmWeatherHistory; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoRm.RmWeatherLast; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voRm.VoWeather; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Mapper; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  | 
|---|
|  |  |  | * @Date: 2025/6/25 10:39 | 
|---|
|  |  |  | * @Description | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public interface RmWeatherLastMapper { | 
|---|
|  |  |  | @Mapper | 
|---|
|  |  |  | public interface RmWeatherLastMapper extends BaseMapper<RmWeatherLast> { | 
|---|
|  |  |  | int deleteByPrimaryKey(Long id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int insert(RmWeatherLast record); | 
|---|