Initial commit

This commit is contained in:
2025-08-06 09:30:23 +08:00
commit e0e6babe83
994 changed files with 116653 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE sys_oss_config ADD COLUMN access_policy char(1) NOT NULL DEFAULT 1 COMMENT '桶权限类型(0=private 1=public 2=custom)' AFTER region;
ALTER TABLE wf_deploy_form ADD COLUMN form_name varchar(64) NULL COMMENT '表单名称' AFTER node_key;