考勤组

This commit is contained in:
西城念云
2020-02-24 08:28:16 +08:00
parent ff05b3b24d
commit ea9c3b2f02
20 changed files with 1721 additions and 97 deletions

View File

@ -43,7 +43,7 @@ create table sys_user (
user_id bigint(20) not null auto_increment comment '用户ID',
dept_id bigint(20) default null comment '部门ID',
user_name varchar(30) not null comment '用户账号',
nick_name varchar(30) not null comment '用户昵称',
nick_name varchar(30) not null comment '用户姓名',
user_type varchar(2) default '00' comment '用户类型00系统用户',
email varchar(50) default '' comment '用户邮箱',
phonenumber varchar(11) default '' comment '手机号码',