开始新增代码生成配置2.0功能,配置文件格式规定完成

This commit is contained in:
hoteas
2021-09-16 04:33:10 +08:00
parent acb7cdd4b8
commit 9513b80a24
10 changed files with 131 additions and 1326 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ import (
. "../../../hotime/common"
)
var ID = "3c5fc9732b8ddcb0a91b428976f2ce86"
var ID = "7d33119d7fef7daa5b9be2e1c75e5392"
// Project 管理端项目
var Project = Proj{
@@ -17,6 +17,7 @@ var Project = Proj{
"org": orgCtr,
"role": roleCtr,
"user": userCtr,
"hotime": Ctr{
"login": func(this *Context) {
name := this.Req.FormValue("name")