代码生成到非system模块细节修复

This commit is contained in:
yxh
2021-08-06 20:36:55 +08:00
parent f890e08cd3
commit 9f706c366f
20 changed files with 31 additions and 24 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import (
)
type toolsGenTable struct {
systemBase
SystemBase
}
var ToolsGenTable = new(toolsGenTable)