From fe5e162cc99c8fd1a30a5c08cac12a1d795fd757 Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期四, 30 十一月 2023 08:41:31 +0800
Subject: [PATCH] 新增钢筋材料标识牌路由

---
 sz_app/api/api.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/sz_app/api/api.js b/sz_app/api/api.js
index 72fb3af..e0a7797 100644
--- a/sz_app/api/api.js
+++ b/sz_app/api/api.js
@@ -9,6 +9,7 @@
 import cistern from './module/cistern.js'; // 管片入池
 import putbank from './module/putbank.js'; // 管片入库
 import exit from './module/exit.js'; // 管片出库
+import spot from './module/spot.js'; // 点检
 
 export default {
 	system,
@@ -17,5 +18,6 @@
 	ductpiece,
 	cistern,
 	putbank,
-	exit
+	exit,
+	spot
 };

--
Gitblit v1.9.3