吉安感知网项目-后端
linwei
2026-02-05 08d4bb2bf4bfadc9ab5fcf6b0a2bfb543d22b2a0
drone-service/drone-gd/src/main/java/org/sxkj/gd/orderdata/mapper/GdSupplyDemandMapper.java
@@ -16,6 +16,7 @@
 */
package org.sxkj.gd.orderdata.mapper;
import org.sxkj.gd.orderdata.dto.GdSupplyDemandDTO;
import org.sxkj.gd.orderdata.entity.GdSupplyDemandEntity;
import org.sxkj.gd.orderdata.param.GdSupplyDemandPageParam;
import org.sxkj.gd.orderdata.vo.GdSupplyDemandVO;
@@ -43,6 +44,40 @@
    */
   List<GdSupplyDemandVO> selectGdSupplyDemandPage(IPage page, @Param("param") GdSupplyDemandPageParam gdSupplyDemand);
   /**
    * 列表分页
    *
    * @param page
    * @param gdSupplyDemand
    * @return
    */
   List<GdSupplyDemandEntity> selectGdSupplyDemandList(IPage page, @Param("param") GdSupplyDemandDTO gdSupplyDemand);
   /**
    * 详情查询
    *
    * @param gdSupplyDemand
    * @param deptIdList
    * @return
    */
   GdSupplyDemandEntity selectGdSupplyDemandDetail(@Param("param") GdSupplyDemandDTO gdSupplyDemand, @Param("deptIdList") List<Long> deptIdList);
   /**
    * 新增数据
    *
    * @param gdSupplyDemand
    * @return
    */
   int insertGdSupplyDemand(GdSupplyDemandEntity gdSupplyDemand);
   /**
    * 更新数据
    *
    * @param gdSupplyDemand
    * @return
    */
   int updateGdSupplyDemand(GdSupplyDemandEntity gdSupplyDemand);
   /**
    * 获取导出数据