dept_full_name

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

View File

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