|
@@ -7,7 +7,7 @@ create table sys_user
|
|
user_id BIGINT not null comment '用户编号',
|
|
user_id BIGINT not null comment '用户编号',
|
|
login_name VARCHAR(50) not null default '' comment '登录账户',
|
|
login_name VARCHAR(50) not null default '' comment '登录账户',
|
|
login_pwd VARCHAR(50) not null default '123456' comment '登录密码',
|
|
login_pwd VARCHAR(50) not null default '123456' comment '登录密码',
|
|
- user_type VARCHAR(1) not null comment '角色ID:1管理员,2角色1',
|
|
|
|
|
|
+ user_type VARCHAR(1) not null comment '角色ID:1管理员,2业委会,3居民,4巡逻检查人员',
|
|
staff_name VARCHAR(20) not null comment '用户姓名',
|
|
staff_name VARCHAR(20) not null comment '用户姓名',
|
|
|
|
|
|
be_active CHAR(1) not null default 'Y' comment '是否活动 Y=活动/N=禁用/D=删除',
|
|
be_active CHAR(1) not null default 'Y' comment '是否活动 Y=活动/N=禁用/D=删除',
|