fix:算例新增流程模版字段

This commit is contained in:
2026-03-25 10:53:49 +08:00
parent 9abb4834eb
commit 94409a8dec

View File

@@ -0,0 +1,2 @@
ALTER TABLE `simulation_run`
ADD COLUMN `viewContent` mediumtext COMMENT '流程模版显示信息' AFTER `reportContent`;