|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoMd.MdEt0; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voRm.VoManure; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Mapper; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  | import java.util.Map; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /**: This is a mapper interface for database operations on the MdEt0 entity. | 
|---|
|  |  |  | *               It provides basic CRUD (Create, Read, Update, Delete) functionality. | 
|---|
|  |  |  | 
|---|
|  |  |  | int updateByPrimaryKeySelective(MdEt0 record); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int updateByPrimaryKey(MdEt0 record); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<MdEt0> selectEt0ByDt(@Param("ymd")String ymd) ; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<MdEt0> selectEt0ByCropAndDt(Map<?, ?> params); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|