feat: redis支持工单流程审批

This commit is contained in:
meilin.huang
2024-03-02 19:08:19 +08:00
parent 76475e807e
commit 49d3f988c9
93 changed files with 1107 additions and 1014 deletions

View File

@@ -617,6 +617,7 @@ CREATE TABLE IF NOT EXISTS "t_redis" (
"mode" text(32),
"ssh_tunnel_machine_id" integer(20),
"remark" text(125),
"flow_procdef_key" text(64),
"creator" text(32),
"creator_id" integer(32),
"create_time" datetime,
@@ -1024,6 +1025,7 @@ CREATE TABLE "t_flow_procinst" (
"status" tinyint DEFAULT NULL ,
"biz_type" text(64) NOT NULL ,
"biz_key" text(64) NOT NULL ,
"biz_form" text(5000) DEFAULT NULL ,
"biz_status" tinyint DEFAULT NULL ,
"biz_handle_res" text(100) DEFAULT NULL ,
"remark" text(191) DEFAULT NULL,