一对一聊天重构,期待群聊开发
This commit is contained in:
6
script/sql/20241120表结构备份/sys_oa_task_user.sql
Normal file
6
script/sql/20241120表结构备份/sys_oa_task_user.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
create table fad_oa.sys_oa_task_user
|
||||
(
|
||||
user_id bigint not null comment '主键',
|
||||
task_id bigint not null comment '任务键'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user