Files
fad_oa/script/sql/20241120表结构备份/sys_oa_task_user.sql

7 lines
137 B
SQL

create table fad_oa.sys_oa_task_user
(
user_id bigint not null comment '主键',
task_id bigint not null comment '任务键'
);