dept_full_name

This commit is contained in:
sxu 2025-04-21 11:03:24 +08:00
parent b1c444afce
commit 1c60c16752
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ alter table sys_user
alter table sys_user alter table sys_user
add birthday date null comment '生日'; add birthday date null comment '生日';
-- 生日 -- 组织全称
alter table sys_dept alter table sys_dept
add dept_full_name varchar(1000) null comment '组织全称'; add dept_full_name varchar(1000) null comment '组织全称';