CURD可视化操作

This commit is contained in:
wolfcode
2023-11-30 12:54:45 +08:00
parent da3877cf2e
commit daa543f951
6 changed files with 267 additions and 2 deletions

View File

@@ -13,7 +13,8 @@ File Encoding : 65001
Date: 2020-05-17 23:24:06
*/
SET FOREIGN_KEY_CHECKS=0;
SET
FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for ea_mall_cate
@@ -323,6 +324,8 @@ INSERT INTO `ea_system_menu`
VALUES ('252', '228', '快捷入口', 'fa fa-list', 'system.quick/index', '', '_self', '0', '1', '', '1589623683', '1589623683', null);
INSERT INTO `ea_system_menu`
VALUES ('253', '228', '日志管理', 'fa fa-connectdevelop', 'system.log/index', '', '_self', '0', '1', '', '1589623684', '1589623684', null);
INSERT INTO `ea_system_menu`
VALUES ('254', '228', 'CURD可视化', 'fa fa fa-shower', 'system.curd_generate/index', '', '_self', '0', '1', '', '1589623684', '1589623684', null);
-- ----------------------------
-- Table structure for ea_system_node
@@ -480,6 +483,12 @@ INSERT INTO `ea_system_node`
VALUES ('67', 'system.log', '操作日志管理', '1', '1', '1589623188', '1589623188');
INSERT INTO `ea_system_node`
VALUES ('68', 'system.log/index', '列表', '2', '1', '1589623188', '1589623188');
INSERT INTO `ea_system_node`
VALUES ('69', 'system.curd_generate', 'CURD可视化管理', '1', '1', '1589623188', '1589623188');
INSERT INTO `ea_system_node`
VALUES ('70', 'system.curd_generate/index', '列表', '2', '1', '1589623188', '1589623188');
INSERT INTO `ea_system_node`
VALUES ('71', 'system.curd_generate/save', '操作', '2', '1', '1589623188', '1589623188');
-- ----------------------------
-- Table structure for ea_system_quick