sqg 4 년 전
부모
커밋
e008e4125a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      DB/data/sys_dept.sql

+ 2 - 0
DB/data/sys_dept.sql

@@ -0,0 +1,2 @@
+#系统部门
+insert into `sys_dept` (`company_id`, `parent_id`, `ancestors`, `dept_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `alternate_number`) values('000000','0','','招采云链','0',NULL,NULL,NULL,'0','0','','2021-09-11 15:33:07','',NULL,NULL);