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