From 1af222e201ad79526abca68c71207286ddf49188 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 12 五月 2025 19:53:34 +0800
Subject: [PATCH] no message

---
 rsf-server/src/main/java/basStation.sql |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/rsf-server/src/main/java/basStation.sql b/rsf-server/src/main/java/basStation.sql
new file mode 100644
index 0000000..12a7aa4
--- /dev/null
+++ b/rsf-server/src/main/java/basStation.sql
@@ -0,0 +1,33 @@
+-- save basStation record
+-- mysql
+insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `tenant_id`, `status`) values ( 'menu.basStation', '0', '/manager/basStation', 'basStation', '0' , '0', '1' , '1');
+
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 绔欑偣淇℃伅', '', '1', 'manager:basStation:list', '0', '1', '1');
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 绔欑偣淇℃伅', '', '1', 'manager:basStation:save', '1', '1', '1');
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 绔欑偣淇℃伅', '', '1', 'manager:basStation:update', '2', '1', '1');
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 绔欑偣淇℃伅', '', '1', 'manager:basStation:remove', '3', '1', '1');
+
+-- locale menu name
+basStation: 'BasStation',
+
+-- locale field
+basStation: {
+    stationName: "stationName",
+    inAble: "inAble",
+    outAble: "outAble",
+    useStatus: "useStatus",
+    area: "area",
+    isCrossZone: "isCrossZone",
+    crossZoneArea: "crossZoneArea",
+    isWcs: "isWcs",
+    wcsData: "wcsData",
+    containerType: "containerType",
+    barcode: "barcode",
+    autoTransfer: "autoTransfer",
+},
+
+-- ResourceContent
+import basStation from './basStation';
+
+case 'basStation':
+    return basStation;

--
Gitblit v1.9.1