feature:增加插件自动化的前端功能页面 后端api生成自动添加一个开放的接口示例

This commit is contained in:
pixelmaxQM
2024-04-10 21:24:46 +08:00
parent 18c2f84771
commit 773ef95b70
17 changed files with 116 additions and 6 deletions

View File

@@ -79,6 +79,9 @@ func AddRouterCode(path, funcName, pk, model string) {
&ast.Ident{
Name: "PrivateGroup",
},
&ast.Ident{
Name: "PublicGroup",
},
},
},
})