diff --git a/sql/ry_20220822.sql b/sql/ry_20220822.sql index 83a33b9e..9c02e344 100644 --- a/sql/ry_20220822.sql +++ b/sql/ry_20220822.sql @@ -1,6 +1,8 @@ -- ---------------------------- -- 1、部门表 -- ---------------------------- + +-- 不用执行该语句 drop table if exists sys_dept; create table sys_dept ( dept_id bigint(20) not null auto_increment comment '部门id',