This commit is contained in:
2025-06-20 17:13:51 +08:00
parent 1b55403cd6
commit fd0345a034
472 changed files with 52560 additions and 77 deletions

11
modules/base/README.MD Normal file
View File

@@ -0,0 +1,11 @@
# base
cool-admin-go 核心模块 提供用户管理角色管理权限管理菜单管理系统日志等功能
## 目录结构
## 资源打包命令
```bash
gf pack modules/base/resource modules/base/packed/packed.go -p modules/base/resource
```