Explore Enterprise Education Gitee Premium Gitee AI AI teammates
Fetch the repository succeeded.
Donate
Please sign in before you donate.
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
1 Star 0 Fork 150

javaalpha/dcy-fast

forked from 青年/dcy-fast
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
Already have an account? Sign in
文件
master
Branches (1)
master
master
Branches (1)
master
Clone or Download
Clone/Download
Prompt
To download the code, please copy the following command and execute it in the terminal
To ensure that your submitted code identity is correctly recognized by Gitee, please execute the following command.
When using the SSH protocol for the first time to clone or push code, follow the prompts below to complete the SSH configuration.
1 Generate RSA keys.
2 Obtain the content of the RSA public key and configure it in SSH Public Keys
To use SVN on Gitee, please visit the usage guide
When using the HTTPS protocol, the command line will prompt for account and password verification as follows. For security reasons, Gitee recommends configure and use personal access tokens instead of login passwords for cloning, pushing, and other operations.
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # Private Token
master
Branches (1)
master
dcy-fast
/
sql
/
flow-node.sql
dcy-fast
/
sql
/
flow-node.sql
flow-node.sql 2.03 KB
Copy Edit Raw Blame History
青年 authored 2021年06月10日 15:43 +08:00 . feat: 添加获取任务列表
drop table if exists act_flow_node;
drop table if exists act_flow_node_dept;
drop table if exists act_flow_node_role;
drop table if exists act_flow_node_user;
/*==============================================================*/
/* Table: act_flow_node */
/*==============================================================*/
create table act_flow_node
(
id varchar(36) not null comment '主键id',
proc_def_id varchar(255) comment '流程定义id',
flow_id varchar(255) comment '流程节点id',
flow_name varchar(255) comment '流程节点名称',
flow_type varchar(11) comment '流程审批类型(1:用户;2:角色;3:部门)',
primary key (id)
);
/*==============================================================*/
/* Table: act_task_node_depa */
/*==============================================================*/
create table act_flow_node_dept
(
flow_node_id varchar(36) comment '节点类型id',
dept_id varchar(36) comment '部门id'
);
alter table act_flow_node_dept comment '任务节点关联部门表';
/*==============================================================*/
/* Table: act_task_node_role */
/*==============================================================*/
create table act_flow_node_role
(
flow_node_id varchar(36) comment '节点类型id',
role_id varchar(36) comment '角色id'
);
alter table act_flow_node_role comment '任务节点关联角色表';
/*==============================================================*/
/* Table: act_task_node_user */
/*==============================================================*/
create table act_flow_node_user
(
flow_node_id varchar(36) comment '节点类型id',
user_id varchar(36) comment '用户id'
);
alter table act_flow_node_user comment '任务节点关联用户表';
Loading...
Report
Report success
We will send you the feedback within 2 working days through the letter!
Please fill in the reason for the report carefully. Provide as detailed a description as possible.
Please select a report type
Cancel
Send
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

About

spring boot2.4.x+mybatis3.4.x+sa-token+RBAC权限 基础框架
No labels
Apache-2.0
Use Apache-2.0
Cancel

Releases

No release

Contributors

All

Activities

can not load any more
Edit
About
Homepage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/javaalpha/dcy-fast.git
git@gitee.com:javaalpha/dcy-fast.git
javaalpha
dcy-fast
dcy-fast
master
Going to Help Center

Search

Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register

AltStyle によって変換されたページ (->オリジナル) /