🔨 批量执行日志.

This commit is contained in:
lijiahang
2024-03-11 14:56:32 +08:00
parent 67e434dc2f
commit f885ae7599
27 changed files with 727 additions and 94 deletions

View File

@@ -45,9 +45,9 @@ public class CodeGenerators {
// .color("blue", "gray", "red", "green", "white")
// .valueUseFields()
// .build(),
Template.create("exec_log", "执行日志", "exec")
Template.create("exec_host_log", "批量执行主机日志", "exec")
.disableUnitTest()
.vue("exec", "exec-log")
.vue("exec", "exec-log-exec")
.enableDrawerForm()
.build(),
};