From 86fd3a8b7b8affed83663266dc5639f6bfe576de Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 19 三月 2026 18:13:33 +0800
Subject: [PATCH] 工序绑定参数传参调整
---
src/main/java/com/ruoyi/productionPlan/mapper/SalesDeliveryMapper.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/productionPlan/mapper/SalesDeliveryMapper.java b/src/main/java/com/ruoyi/productionPlan/mapper/SalesDeliveryMapper.java
new file mode 100644
index 0000000..d318ef5
--- /dev/null
+++ b/src/main/java/com/ruoyi/productionPlan/mapper/SalesDeliveryMapper.java
@@ -0,0 +1,18 @@
+package com.ruoyi.productionPlan.mapper;
+
+import com.ruoyi.productionPlan.pojo.SalesDelivery;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import org.apache.ibatis.annotations.Mapper;
+
+/**
+ * <p>
+ * 閿�鍞彂璐ф槑缁�(瀹滄惌) Mapper 鎺ュ彛
+ * </p>
+ *
+ * @author 鑺杞欢锛堟睙鑻忥級鏈夐檺鍏徃
+ * @since 2026-03-19 11:49:57
+ */
+@Mapper
+public interface SalesDeliveryMapper extends BaseMapper<SalesDelivery> {
+
+}
--
Gitblit v1.9.3