完成项目、用户与项目关系模块

This commit is contained in:
lcj
2025-03-06 10:12:29 +08:00
parent a17f735969
commit b891b59cd7
4 changed files with 72 additions and 12 deletions

View File

@ -57,6 +57,8 @@ CREATE TABLE `user_project_relevancy`
COLLATE = utf8mb4_general_ci COMMENT = '系统用户与项目关联'
ROW_FORMAT = DYNAMIC;
-- 菜单 SQL
insert into sys_menu (menu_id, menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible,
status, perms, icon, create_dept, create_by, create_time, update_by, update_time, remark)