From c425a8afba0a76eb62d5650cc9c98c42d8339f06 Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期四, 12 三月 2026 13:01:23 +0800
Subject: [PATCH] perf: 1.优化储丝柜单柜卷包产量计算方式,支持未出料结束计算统计 2.新增储丝柜单柜卷包产量桑基图
---
ruoyi-plus-soybean/src/typings/elegant-router.d.ts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ruoyi-plus-soybean/src/typings/elegant-router.d.ts b/ruoyi-plus-soybean/src/typings/elegant-router.d.ts
index cd2f9bb..013ab97 100755
--- a/ruoyi-plus-soybean/src/typings/elegant-router.d.ts
+++ b/ruoyi-plus-soybean/src/typings/elegant-router.d.ts
@@ -47,6 +47,7 @@
"monitor_operlog": "/monitor/operlog";
"qm": "/qm";
"qm_batch": "/qm/batch";
+ "qm_std": "/qm/std";
"social-callback": "/social-callback";
"system": "/system";
"system_client": "/system/client";
@@ -156,6 +157,7 @@
| "monitor_online"
| "monitor_operlog"
| "qm_batch"
+ | "qm_std"
| "system_client"
| "system_config"
| "system_dept"
--
Gitblit v1.9.3