Skip to content

Commit b103023

Browse files
🚔 sys_department添加level字段
1 parent 9f5d628 commit b103023

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/geekidea/spring-boot-plus">
3-
<img alt="spring-boot-plus logo" src="https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/logo.png">
3+
<img alt="spring-boot-plus logo" src="https://springboot.plus/img/logo.png">
44
</a>
55
</p>
66
<p align="center">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/geekidea/spring-boot-plus">
3-
<img alt="spring-boot-plus logo" src="https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/logo.png">
3+
<img alt="spring-boot-plus logo" src="https://springboot.plus/img/logo.png">
44
</a>
55
</p>
66
<p align="center">

docs/db/mysql_spring_boot_plus.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ CREATE TABLE `sys_department`
103103
`id` bigint(20) NOT NULL COMMENT '主键',
104104
`name` varchar(32) NOT NULL COMMENT '部门名称',
105105
`parent_id` bigint(20) DEFAULT NULL COMMENT '父id',
106+
`level` int NULL COMMENT '部门层级',
106107
`state` int(11) NOT NULL DEFAULT '1' COMMENT '状态,0:禁用,1:启用',
107108
`sort` int(11) NOT NULL DEFAULT '0' COMMENT '排序',
108109
`remark` varchar(200) DEFAULT NULL COMMENT '备注',

0 commit comments

Comments
 (0)