From cf9a5039e6db9d1d5963e3fe1a37d00169ec2ef7 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期三, 25 六月 2025 11:18:22 +0800
Subject: [PATCH] 验收报告修改

---
 src/main/java/com/whyc/mapper/DefectiveProductsMapper.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/whyc/mapper/DefectiveProductsMapper.java b/src/main/java/com/whyc/mapper/DefectiveProductsMapper.java
index d380c96..99f731b 100644
--- a/src/main/java/com/whyc/mapper/DefectiveProductsMapper.java
+++ b/src/main/java/com/whyc/mapper/DefectiveProductsMapper.java
@@ -1,6 +1,15 @@
 package com.whyc.mapper;
 
+import com.whyc.dto.DefectiveDto;
 import com.whyc.pojo.DefectiveProducts;
+import org.apache.ibatis.annotations.Param;
+
+import java.util.Date;
+import java.util.List;
 
 public interface DefectiveProductsMapper extends CustomMapper<DefectiveProducts>{
+    //涓嶈壇鍝侀椤垫帹閫�
+    List<DefectiveProducts> getDefectiveLimit(@Param("dto") DefectiveDto defectiveDto);
+
+
 }
\ No newline at end of file

--
Gitblit v1.9.1