Add business loop generation contracts

This commit is contained in:
王鹏
2026-06-29 11:04:19 +08:00
parent a979862379
commit e58ee1b183
9 changed files with 282 additions and 1 deletions

View File

@@ -1311,6 +1311,7 @@ create table front_project (
generate_status char(1) default '0' comment '数据库生成状态0未生成 1生成中 2已生成 3失败',
preview_status char(1) default '0' comment '预览状态0未预览 1已预览 2失败',
app_blueprint longtext comment '系统模块设计草稿JSON',
business_loop_plan longtext NULL COMMENT '业务闭环计划',
er_diagram longtext comment 'ER图草稿JSON',
business_blueprint longtext comment '业务流程设计草稿JSON',
status char(1) default '0' comment '状态0正常 1停用',