Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fill-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
fill-system
Commits
59d6541f
Commit
59d6541f
authored
Apr 24, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加新的菜单权限模块
parent
d9f32f3b
Pipeline
#2945
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
fill-manager/db/add.sql
fill-manager/db/add.sql
+1
-3
No files found.
fill-manager/db/add.sql
View file @
59d6541f
...
...
@@ -154,9 +154,6 @@ CREATE TABLE mortals_xhx_role_user(
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
COMMENT
=
'角色用户业务'
;
-- ----------------------------
-- 菜单信息业务表
-- ----------------------------
DROP
TABLE
IF
EXISTS
`mortals_xhx_menu`
;
CREATE
TABLE
mortals_xhx_menu
(
`id`
bigint
(
20
)
AUTO_INCREMENT
COMMENT
'菜单ID,主键,自增长'
,
...
...
@@ -178,6 +175,7 @@ CREATE TABLE mortals_xhx_menu(
`status`
tinyint
(
2
)
DEFAULT
'1'
COMMENT
'菜单状态 (0.停用,1.启用)'
,
`cache`
tinyint
(
2
)
DEFAULT
'0'
COMMENT
'是否启用缓存 (0.否,1.是)'
,
`activeDir`
varchar
(
128
)
COMMENT
'激活目录'
,
`resourceUrl`
varchar
(
512
)
COMMENT
'资源访问路径,多个逗号分割'
,
`hideChildrenInMenu`
tinyint
(
2
)
DEFAULT
'0'
COMMENT
'是否隐藏(0.否,1.是)'
,
`remark`
varchar
(
512
)
COMMENT
'备注信息'
,
`createTime`
datetime
COMMENT
'创建时间'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment