Add business loop generation contracts
This commit is contained in:
@@ -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停用)',
|
||||
|
||||
Reference in New Issue
Block a user