From 28647ecb12f0dc6558c0c299d99e9a450d97fa22 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 12 十月 2024 13:50:12 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/map/constants.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/zy-acs-flow/src/map/constants.js b/zy-acs-flow/src/map/constants.js
index b7b90ae..e5cd9f9 100644
--- a/zy-acs-flow/src/map/constants.js
+++ b/zy-acs-flow/src/map/constants.js
@@ -2,6 +2,7 @@
 
 export const DEVICE_TYPE = Object.freeze({
     SHELF: "SHELF",
+    STATION: 'STATION',
     AGV: "AGV",
     CHARGE: 'CHARGE',
     DIRECTION: 'DIRECTION',
@@ -10,6 +11,7 @@
 
 export const DEVICE_Z_INDEX = Object.freeze({
     SHELF: 1,
+    STATION: 1,
     AGV: 1,
     CHARGE: 1,
     DIRECTION: 1,

--
Gitblit v1.9.1