From c7e24959364e65e6632e71546d607433560bb403 Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期六, 06 四月 2024 17:46:30 +0800
Subject: [PATCH] 检验任务的缺漏代码
---
inspect-server/src/main/java/com/yuanchu/mom/mapper/InsProductMapper.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/inspect-server/src/main/java/com/yuanchu/mom/mapper/InsProductMapper.java b/inspect-server/src/main/java/com/yuanchu/mom/mapper/InsProductMapper.java
index 1f4dba0..baf4a89 100644
--- a/inspect-server/src/main/java/com/yuanchu/mom/mapper/InsProductMapper.java
+++ b/inspect-server/src/main/java/com/yuanchu/mom/mapper/InsProductMapper.java
@@ -3,6 +3,8 @@
import com.yuanchu.mom.pojo.InsProduct;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import java.util.Map;
+
/**
* @author Administrator
* @description 閽堝琛ㄣ�恑ns_product(妫�楠岄」鐩�)銆戠殑鏁版嵁搴撴搷浣淢apper
@@ -11,6 +13,10 @@
*/
public interface InsProductMapper extends BaseMapper<InsProduct> {
+ int selectOrderManDay(Integer orderId);
+
+ Map<String, String> selectUserById(Integer userId);
+
}
--
Gitblit v1.9.3