sx 11 月之前
父节点
当前提交
8595ba4c89
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ems-cloud/sql/ems_sys.sql

+ 0 - 1
ems-cloud/sql/ems_sys.sql

@@ -5,7 +5,6 @@ SET NAMES utf8mb4;
 -- ----------------------------
 drop table if exists sys_dept;
 create table sys_dept (
-
   dept_id           bigint(20)      not null auto_increment    comment '部门id',
   parent_id         bigint(20)      default 0                  comment '父部门id',
   ancestors         varchar(50)     default ''                 comment '祖级列表',