File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 " >
Original file line number Diff line number Diff line change 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 " >
Original file line number Diff line number Diff 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 ' 备注' ,
You can’t perform that action at this time.
0 commit comments