修复树表上级关系绑定验证,优化CURD代码生成

This commit is contained in:
孟帅
2023-05-29 20:24:13 +08:00
parent d8024d73f8
commit c8a808fcfd
49 changed files with 1453 additions and 1001 deletions

View File

@@ -19,7 +19,7 @@ import (
)
func main() {
var ctx = gctx.New()
var ctx = gctx.GetInitCtx()
global.Init(ctx)
cmd.Main.Run(ctx)
}