book-api/db/postgresql/module/maku-module-generator.sql

2 lines
275 B
MySQL
Raw Normal View History

2022-12-12 21:37:03 +08:00
INSERT INTO sys_menu (pid, name, url, authority, type, open_style, icon, sort, version, deleted, creator, create_time, updater, update_time) VALUES (33, '代码生成器', '{{apiUrl}}/maku-generator/index.html', '', 0, 0, 'icon-rocket', 2, 0, 0, 10000, now(), 10000, now());