From 854d063b5bfcadffe819456e0d4790a0579fa079 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 25 三月 2026 16:59:48 +0800
Subject: [PATCH] feat: 销售订单添加产品新增字段、产品加工参数选择

---
 src/main/java/com/ruoyi/sales/controller/SalesLedgerProductProcessBindController.java |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/sales/controller/SalesLedgerProductProcessBindController.java b/src/main/java/com/ruoyi/sales/controller/SalesLedgerProductProcessBindController.java
new file mode 100644
index 0000000..a8aec60
--- /dev/null
+++ b/src/main/java/com/ruoyi/sales/controller/SalesLedgerProductProcessBindController.java
@@ -0,0 +1,26 @@
+package com.ruoyi.sales.controller;
+
+
+import com.ruoyi.sales.service.ISalesLedgerProductProcessBindService;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.web.bind.annotation.RequestMapping;
+
+import org.springframework.web.bind.annotation.RestController;
+
+/**
+ * <p>
+ * 閿�鍞骇鍝侀澶栧姞宸ユ暟閲� 鍓嶇鎺у埗鍣�
+ * </p>
+ *
+ * @author deslrey
+ * @since 2026-03-25
+ */
+@RestController
+@RequestMapping("/salesLedgerProductProcessBind")
+public class SalesLedgerProductProcessBindController {
+
+    @Autowired
+    private ISalesLedgerProductProcessBindService salesLedgerProductProcessBindService;
+
+
+}

--
Gitblit v1.9.3