From 8f077526eaeed57216126ba9381f32d91d5587aa Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期五, 17 四月 2026 15:55:45 +0800
Subject: [PATCH] fix(database): 修正称重盒子实体类 WeighingBox 的表名从 qm_weighing_box 修改为 md_weighing_box
---
ruoyi-plus-soybean/src/router/elegant/routes.ts | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ruoyi-plus-soybean/src/router/elegant/routes.ts b/ruoyi-plus-soybean/src/router/elegant/routes.ts
index 1a339b1..2fadf2c 100755
--- a/ruoyi-plus-soybean/src/router/elegant/routes.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/routes.ts
@@ -206,6 +206,15 @@
title: 'md_shift',
i18nKey: 'route.md_shift'
}
+ },
+ {
+ name: 'md_weighing-box',
+ path: '/md/weighing-box',
+ component: 'view.md_weighing-box',
+ meta: {
+ title: 'md_weighing-box',
+ i18nKey: 'route.md_weighing-box'
+ }
}
]
},
--
Gitblit v1.9.3