From aa1b47054a9f68841a0df271a41889de2641c079 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 17 三月 2026 13:46:49 +0800
Subject: [PATCH] feat(production): 新增生产订单功能并优化工单号生成逻辑

---
 src/main/resources/application.yml |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a6ce03c..a1b2ddf 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,4 +1,8 @@
 # Spring閰嶇疆
 spring:
   profiles:
-    active: dev
\ No newline at end of file
+    active: dev
+# 椤圭洰鐩稿叧閰嶇疆
+ruoyi:
+  # 鍗忓悓瀹℃壒缂栧彿鍓嶇紑(閰嶇疆鏂囦欢鍚庣紑鍛藉悕)
+  approvalNumberPrefix: SQD
\ No newline at end of file

--
Gitblit v1.9.3