This commit is contained in:
2026-05-13 16:14:53 +08:00
commit e90729baae
2084 changed files with 203995 additions and 0 deletions

4
sql/flow_update_read.sql Normal file
View File

@@ -0,0 +1,4 @@
ALTER TABLE sys_flow_task
ADD COLUMN is_read TINYINT(1) DEFAULT 0 COMMENT '是否已读';
ALTER TABLE sys_flow_task_his
ADD COLUMN is_read TINYINT(1) DEFAULT 0 COMMENT '是否已读';