| | |
| | | package com.dy.pipIrrGlobal.daoRm; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoRm.RmManureLast; |
| | | import com.dy.pipIrrGlobal.pojoRm.RmSoilDay; |
| | | import com.dy.pipIrrGlobal.pojoRm.RmSoilLast; |
| | | import com.dy.pipIrrGlobal.voRm.VoSoil; |
| | | import com.dy.pipIrrGlobal.voRm.VoSoilDay; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | |
| | | * @Date: 2025/6/25 10:04 |
| | | * @Description |
| | | */ |
| | | public interface RmSoilDayMapper { |
| | | @Mapper |
| | | public interface RmSoilDayMapper extends BaseMapper<RmSoilDay> { |
| | | int deleteByPrimaryKey(Long id); |
| | | |
| | | int insert(RmSoilDay record); |