From 61ab3cc7c2fc0b5e8b9fa78f47e427761e1ad61e Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 18 六月 2025 15:28:26 +0800 Subject: [PATCH] 水肥站、气象站、墒情站web后端程序框架 --- pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrStManureMapper.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrStManureMapper.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrStManureMapper.java index dca9cfc..f43a8b7 100644 --- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrStManureMapper.java +++ b/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); -- Gitblit v1.8.0