初始化数据xml代码生成

This commit is contained in:
2026-01-20 14:40:32 +08:00
parent f6a76efe1d
commit bd2b0e7f3d
9 changed files with 269 additions and 8 deletions

View File

@@ -1,7 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<flow>
<!-- 主流程:用户下单 -->
<!-- 主流程:controller 代码生成 -->
<chain name="controller">
THEN(controllerCodeCreate);
</chain>
<!-- 主流程:数据初始化 -->
<chain name="module_data_info">
THEN(moduleDataInfo);
</chain>
</flow>