1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Added StaffManagement

This commit is contained in:
2023-05-30 22:06:42 +08:00
parent 3aed237d5e
commit 804d056a89
17 changed files with 444 additions and 10 deletions

View File

@@ -188,7 +188,7 @@ create table `t_staff`
`birth` date null comment '生日',
`email` varchar(50) null comment '邮箱',
`tel` varchar(20) null comment '电话',
`address` varchar(50) null comment '地址',
`address` varchar(100) null comment '地址',
`deleted` bigint not null default 0,
`version` int not null default 0,
constraint t_staff_user_id_fk foreign key (user_id) references t_user (id)