mitao
2024-12-16 270f724b990f5ee26b0238ceb3f89095552611fc
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);
}