This website requires JavaScript.
Explore
Help
Register
Sign In
GoCo
/
OL-LearnPlatform-Admin
Watch
1
Star
0
Fork
0
You've already forked OL-LearnPlatform-Admin
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
OL-LearnPlatform-Admin
/
docs
/
guide-zh-CN
/
code-start.md
GoCo
9a34c7f52b
init
2025-07-19 16:49:35 +08:00
588 B
Raw
Permalink
Blame
History
Unescape
Escape
使用前提
在HotGo中可以通过后台开发工具快速的一键生成CRUD
,
自动生成Api、控制器、业务逻辑、Web页面、表单组件、菜单权限等。
hotgo 版本号 >= 2.13.1
使用前必须配置
生成配置
使用前必须了解
数据库
相关目录
生成配置
生成CURD
生成关联表CURD
生成树型CURD
生成业务模板
生成模板开发
生成常见问题