medicalWaste-system/src/main/java/com/sinata/system/mapper/MwCollectRecordMapper.java
@@ -9,6 +9,8 @@ import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.util.List; /** * <p> * 暂存间入库记录 Mapper 接口 @@ -42,4 +44,12 @@ * @return */ MedicalWasteProcessVO getProcess(Long id); /** * 导出数据 * * @param query * @return */ List<MwCollectRecordVO> getExportList(@Param("query") MwCollectRecordQuery query, @Param("treeCode") String treeCode); }