修改代码生成模板.

This commit is contained in:
lijiahang
2023-09-27 18:34:01 +08:00
parent aa9a77d73b
commit 778efa1a86
22 changed files with 45 additions and 27 deletions

View File

@@ -81,6 +81,6 @@ Template.create("system_role", "角色", "role")
.values("value", 1, 2)
// 设置参数为 color APP.color = 'blue' HOST.color = 'green'
.color("blue", "green")
.build(),
.build();
```