一对一聊天重构,期待群聊开发
This commit is contained in:
8
script/sql/20241120表结构备份/sys_role_dept.sql
Normal file
8
script/sql/20241120表结构备份/sys_role_dept.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
create table fad_oa.sys_role_dept
|
||||
(
|
||||
role_id bigint not null comment '角色ID',
|
||||
dept_id bigint not null comment '部门ID',
|
||||
primary key (role_id, dept_id)
|
||||
)
|
||||
comment '角色和部门关联表' charset = utf8mb4;
|
||||
|
||||
Reference in New Issue
Block a user