From abc8131e9279c5a5bdcf90dcca56004e8643fb1c Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期二, 23 七月 2024 10:34:43 +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..de71f4d 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